ToolsAPI.AI.TAIFeature

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TAIFeature = (afChat, afImageGeneration, afModeration, afInstruction, afListModels, afTextToSpeech, afSpeechToText);

C++

enum DECLSPEC_DENUM TAIFeature : unsigned char { afChat, afImageGeneration, afModeration, afInstruction, afListModels, afTextToSpeech, afSpeechToText };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
ToolsAPI.AI.pas
ToolsAPI.AI.hpp
ToolsAPI.AI ToolsAPI.AI


Beschreibung

Repräsentiert die Funktionen, die das KI-Plugin (IOTAAIPlugin) unterstützt.

Jeder Wert dieser Aufzählung entspricht einer bestimmten KI-Funktion, die das Plugin bereitstellen kann.


Siehe auch