AI Pettorali
This commit is contained in:
parent
25fdb82d2f
commit
cb41c42bb5
11 changed files with 379 additions and 55 deletions
|
|
@ -274,6 +274,10 @@ namespace ImageCatalog_2.Models
|
|||
[XmlElement("AI_PercorsoCsv")]
|
||||
public string CsvOutputPath { get; set; }
|
||||
|
||||
[JsonPropertyName("UseNumberAiGpu")]
|
||||
[XmlElement("AI_UsaGpuNumeri")]
|
||||
public bool UseNumberAiGpu { get; set; }
|
||||
|
||||
[JsonPropertyName("FaceExecutablePath")]
|
||||
[XmlElement("AI_FaceExecutablePath")]
|
||||
public string FaceExecutablePath { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue