Skip to main content

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

NameDescription
ANameSpecify the name of the tag to add to Tags.
AValueSpecify the value of the tag to add to Tags.