Skip to main content

ITranscribeTagResourceRequest

Interface in AWS.Transcribe

Interface for TagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

Specify the Amazon Resource Name (ARN) of an Amazon Transcribe resource to tag.

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

Specify a list of tags to associate with the resource.

Methods

AddTag

function AddTag(const AKey, AValue: string): Integer;

Add a key-value pair to Tags.

Parameters

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

Returns

Returns the index of the tag added to Tags.