Skip to main content

ITextractTagResourceRequest

Interface in AWS.Textract

Interface for TagResource requests.

Ancestors

Properties

ResourceARN

property ResourceARN: TARN

Specify the Amazon Resource Name (ARN) of the Amazon Textract resource to add tags to.

Tags

property Tags: TDictionary<string, string>

Specify Tags to be added to the Amazon Textract resource.

Methods

AddTag

procedure AddTag(const AKey, AValue: string);

Add a key/value pair to Tags.

Parameters

NameDescription
AKeySpecify the key of the tag to add.
AValueSpecify the value of the tag to add.