IRekognitionCreateCollectionRequest
Interface in AWS.Rekognition
Interface for CreateCollection requests.
Ancestors
Properties
CollectionId
property CollectionId: string
Specify an ID for the collection you are creating.
Tags
property Tags: TDictionary<string, string>
Specify key-value tags to assign to the collection.
Methods
AddTag
procedure AddTag(const AName, AValue: string);
Add a name/value pair to Tags.
Parameters
| Name | Description |
|---|---|
AName | Specify the name of the tag to add to Tags. |
AValue | Specify the value of the tag to add to Tags. |