IEnumerable
Filtered => ValidImage GetMappings => if (face.FaceEncoding is null || face.Location is null || face.OutputResolution is null) PreFilter skip done Removed sort Better names break out RootAmazon FilteredOriginalImage DeleteContinueFiles AppSetting PreVerify Settings Tasks
This commit is contained in:
@ -5,12 +5,8 @@ namespace View_by_Distance.PrepareForOld.Models.Binder;
|
||||
public class Configuration
|
||||
{
|
||||
|
||||
#nullable disable
|
||||
|
||||
public Property.Models.Configuration PropertyConfiguration { get; set; }
|
||||
public string[] Spelling { get; set; }
|
||||
|
||||
#nullable restore
|
||||
public Property.Models.Configuration? PropertyConfiguration { get; set; }
|
||||
public string[]? Spelling { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
|
Reference in New Issue
Block a user