Skip to main content

TRekognitionAssociateFacesRequest

Class in AWS.Rekognition

AssociateFaces request class.

Ancestors

Properties

ClientRequestToken

property ClientRequestToken: string

CollectionId

property CollectionId: string

FaceIds

property FaceIds: TList<string>

UserId

property UserId: string

UserMatchThreshold

property UserMatchThreshold: TOptional<Single>

Constructors

Create

constructor Create(const ACollectionId: string; const AFaceIds: array of string; const AUserId: string);

Constructor for TRekognitionAssociateFacesRequest.

Parameters

NameDescription
ACollectionIdSpecify the IP of an existing collection containing the UserId.
AFaceIdsSpecify a list of FaceIDs to associate with the UserId.
AUserIdSpecify the ID of the existing user.