ToolsAPI.AI.TAIFeature

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
ToolsAPI.AI.pas
ToolsAPI.AI.hpp
ToolsAPI.AI ToolsAPI.AI


説明

AI プラグイン(IOTAAIPlugin)がサポートする機能を表します。

この列挙型の各値は、プラグインが提供できる特定の AI 機能に対応します。


関連項目