TTranscribeTag
Class in AWS.Transcribe
Tag class.
Ancestors
Properties
Key
property Key: string
Value
property Value: string
Constructors
Create
constructor Create; overload;
Constructor for TTranscribeTag.
constructor Create(const AKey, AValue: string); overload;
Constructor for TTranscribeTag.
Parameters
| Name | Description |
|---|---|
AKey | Specify a key for the tag. |
AValue | Specify a value for the tag. |