CaptionCreator
public sealed class CaptionCreator : AssetImporterNo description is available for this type.
Methods
Section titled “Methods”
public Task Run()No description is available for this member.
Returns
System.Threading.Tasks.Task — No return description is available.
Run(List)
Section titled “Run(List)”public Task Run(List<AssetInfo> files)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
files |
System.Collections.Generic.List{AssetInventory.AssetInfo} |
Returns
System.Threading.Tasks.Task — No return description is available.
CaptionImage(List, string, CancellationToken)
Section titled “CaptionImage(List, string, CancellationToken)”public static Task<List<CaptionResult>> CaptionImage(List<string> filenames, string modelName = null, CancellationToken cancellationToken = default)Generates captions for a list of image files using the configured AI backend.
Parameters
| Name | Type | Description |
|---|---|---|
filenames |
System.Collections.Generic.List{System.String} | |
modelName |
System.String | |
cancellationToken |
System.Threading.CancellationToken |
Returns
System.Threading.Tasks.Task{System.Collections.Generic.List{Brain.CaptionResult}} — No return description is available.