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
| Name | Description |
|---|---|
ACollectionId | Specify the ID of a collection to search for faces in. |
AFaceId | Specify the ID of a face to search for within the collection. |