Skip to main content

TRekognitionSearchFacesRequest

Class in AWS.Rekognition

SearchFaces request class.

Ancestors

Properties

CollectionId

property CollectionId: string

FaceId

property FaceId: string

FaceMatchThreshold

property FaceMatchThreshold: TOptional<Single>

MaxFaces

property MaxFaces: TOptional<Integer>

Constructors

Create

constructor Create(const ACollectionId, AFaceId: string);

Constructor for TRekognitionSearchFacesRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of a collection to search for faces in.
AFaceIdSpecify the ID of a face to search for within the collection.