IRekognitionDeleteFacesRequest
Interface in AWS.Rekognition
Interface for DeleteFaces requests.
Ancestors
Properties
CollectionId
property CollectionId: string
Specify the ID of an existing collection to remove faces from.
FaceIds
property FaceIds: TList<string>
Specify a list of IDs of faces to delete.
Methods
AddFaceId
function AddFaceId(const AFaceId: string): NativeInt;
Add a face ID to FaceIds.
Parameters
| Name | Description |
|---|---|
AFaceId | Specify the ID of a face to add to FaceIds. |
Returns
Returns the index of the ID added to FaceIds.