TRekognitionDeleteFacesRequest
Class in AWS.Rekognition
DeleteFaces request class.
Ancestors
Properties
CollectionId
property CollectionId: string
FaceIds
property FaceIds: TList<string>
Constructors
Create
constructor Create(const ACollectionId: string; const AFaceIds: array of string);
Constructor for TRekognitionDeleteFacesRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of an existing collection to remove faces from. |
AFaceIds | Specify a list of IDs of faces to delete. |