Interface IImageDescriptionClientTOptions

IImageDescriptionClient<TOptions> interface

Represents an interface for an image description client with specific options.

public interface IImageDescriptionClient<in TOptions> : IAIClient
ParameterDescription
TOptionsThe type of options for the image description client.

Methods

NameDescription
GetImageDescriptionCopilot(IImageDescriptionCopilotOptions<TOptions>)Gets an instance of IImageDescriptionCopilot with the specified options.

See Also