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
| Name | Description |
|---|---|
AKey | Specify the key of the tag to add. |
AValue | Specify the value of the tag to add. |