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
| Name | Description |
|---|---|
AKey | Specify a key for the tag. |
AValue | Specify a value for the tag. |
Returns
Returns the index of the tag added to Tags.