Removed Rectangle from LocationContainer

mapped-ids-then-whole-percentages-to-location-container

save-extracted-face

save-extracted-java-script-object-notation
This commit is contained in:
2025-07-06 10:39:21 -07:00
parent aa8de2b985
commit e49290fb44
9 changed files with 216 additions and 148 deletions

View File

@ -10,7 +10,8 @@ public record CompareSettings(string Company,
string FacesPartsFileNameExtension,
int MaxDegreeOfParallelism,
string[] OutputResolutions,
bool SaveExtractFaces) : Shared.Models.Properties.ICompareSettings
bool SaveExtractedFaces,
bool SaveExtractedJavaScriptObjectNotation) : Shared.Models.Properties.ICompareSettings
{
public override string ToString()