IRekognitionAssociateFacesRequest
Interface in AWS.Rekognition
Interface for AssociateFaces requests.
Ancestors
Properties
ClientRequestToken
property ClientRequestToken: string
Optionally specify an idempotent token to identify the request.
Requests made with the same token will receive the same response. Use this token to prevent the same request being processed multiple times.
CollectionId
property CollectionId: string
Specify the IP of an existing collection containing the UserId.
FaceIds
property FaceIds: TList<string>
Specify a list of FaceIDs to associate with the UserId.
UserId
property UserId: string
Specify the ID of the existing user.
UserMatchThreshold
property UserMatchThreshold: TOptional<Single>
Optionally, specify a value specifying the minimum confidence in the UserId match to return.
The default value is 75.
Methods
AddFaceId
function AddFaceId(const AFaceId: string): NativeInt;
Add a FaceId to FaceIds.
Parameters
| Name | Description |
|---|---|
AFaceId | Specify a FaceId to be added to FaceIds. |
Returns
Returns the index of the FaceId added to FaceIds.