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