feat: Implement AI workload settings and enhance AI processing summaries
This commit is contained in:
parent
4230300518
commit
88c193549f
8 changed files with 326 additions and 28 deletions
|
|
@ -282,6 +282,10 @@ namespace ImageCatalog_2.Models
|
|||
[XmlElement("AI_IncludiThumbnailNumeri")]
|
||||
public bool IncludeNumberAiThumbnails { get; set; }
|
||||
|
||||
[JsonPropertyName("NumberAiWorkloadLevel")]
|
||||
[XmlElement("AI_LivelloCaricoNumeri")]
|
||||
public int NumberAiWorkloadLevel { get; set; } = 3;
|
||||
|
||||
[JsonPropertyName("FaceExecutablePath")]
|
||||
[XmlElement("AI_FaceExecutablePath")]
|
||||
public string FaceExecutablePath { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue