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
| Name | Description |
|---|---|
ACollectionId | Specify the IP of an existing collection containing the UserId. |
AFaceIds | Specify a list of FaceIDs to associate with the UserId. |
AUserId | Specify the ID of the existing user. |