Interface IImageDescriptionCopilotOptionsTOptions

IImageDescriptionCopilotOptions<TOptions> interface

Represents an interface for image description copilot options with a specific type.

public interface IImageDescriptionCopilotOptions<out TOptions>
ParameterDescription
TOptionsThe type of options for the image description copilot.

Methods

NameDescription
GetOptions()Gets the options of type TOptions.

See Also