ToolsAPI.AI.TAIFeatures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAIFeatures = set of TAIFeature;

C++

typedef System::Set<TAIFeature, TAIFeature::afChat, TAIFeature::afSpeechToText> TAIFeatures;

Properties

Type Visibility Source Unit Parent
set
typedef
public
ToolsAPI.AI.pas
ToolsAPI.AI.hpp
ToolsAPI.AI ToolsAPI.AI

Description

Defines a set of AI capabilities from the TAIFeature enumeration.


See Also