feat: Add support for thumbnail inclusion in AI processing and enhance UI bindings
This commit is contained in:
parent
cb41c42bb5
commit
7e105e3738
9 changed files with 235 additions and 27 deletions
|
|
@ -9,6 +9,7 @@ public sealed class AiExtractionRequest
|
|||
{
|
||||
public required string SearchRoot { get; init; }
|
||||
public required bool Recursive { get; init; }
|
||||
public bool IncludeThumbnails { get; init; }
|
||||
public required string ModelsFolderPath { get; init; }
|
||||
public bool UseGpu { get; init; }
|
||||
public string CsvOutputPath { get; init; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue