Interface IImageDescriptionCopilotOptionsTOptions

IImageDescriptionCopilotOptions<TOptions> Schnittstelle

Stellt eine Schnittstelle für Optionen zur Bildbeschreibung mit einem bestimmten Typ dar.

public interface IImageDescriptionCopilotOptions<out TOptions>
ParameterBeschreibung
TOptionsDer Typ der Optionen für die Bildbeschreibung.

Methoden

NameBeschreibung
GetOptions()Gibt die Optionen des Typs TOptions zurück.

Siehe auch