IRekognitionDisassociateFacesRequest
Interface in AWS.Rekognition
Interface for DisassociateFaces 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 disassociate from the UserId.
UserId
property UserId: string
Specify the ID of the existing user.
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.