Skip to main content

ITextractUntagResourceRequest

Interface in AWS.Textract

Interface for UntagResource requests.

Ancestors

Properties

ResourceARN

property ResourceARN: TARN

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

TagKeys

property TagKeys: TList<string>

Specify the Tag keys to remove from the Amazon Textract resource.

Methods

AddTagKey

function AddTagKey(const AKey: string): NativeInt;

Add a Tag key to TagKeys

Parameters

NameDescription
AKeySpecify a key for a Tag to remove from the Amazon Textract resource.

Returns

Returns the index for the Tag key added to TagKeys.