IImageDescriptionCopilot.GetImageDescriptionsAsync

IImageDescriptionCopilot.GetImageDescriptionsAsync method

Asynchronously gets image descriptions for images from a PDF document.

public Task<List<ImageDescriptionResult>> GetImageDescriptionsAsync(
    CancellationToken? cancellationToken = default)
ParameterTypeDescription
cancellationTokenNullable`1The cancellation token (optional).

Return Value

A task representing the asynchronous operation with the image description result.

See Also