Made useable by Helpers
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
|
||||
using Phares.Shared.Models.Properties;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -11,7 +12,7 @@ public record CompareSettings(string Company,
|
||||
int MaxDegreeOfParallelism,
|
||||
string[] OutputResolutions,
|
||||
bool SaveExtractedFaces,
|
||||
bool SaveExtractedJavaScriptObjectNotation) : Shared.Models.Properties.ICompareSettings
|
||||
bool SaveExtractedJavaScriptObjectNotation) : ICompareSettings
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user