Skip to main content

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

NameDescription
AKeySpecify the key for the tag.
AValueSpecify the value for the tag.