Skip to main content

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

NameDescription
ACollectionIdSpecify the ID of an existing collection to remove faces from.
AFaceIdsSpecify a list of IDs of faces to delete.