TRekognitionSearchFacesByImageRequest
Class in AWS.Rekognition
SearchFacesByImage request class.
Ancestors
Properties
CollectionId
property CollectionId: string
FaceMatchThreshold
property FaceMatchThreshold: TOptional<Single>
Image
property Image: IRekognitionImage
Type: IRekognitionImage
MaxFaces
property MaxFaces: TOptional<Integer>
QualityFilter
property QualityFilter: string
Constructors
Create
constructor Create(const ACollectionId: string; const AImage: IRekognitionImage);
Constructor for TRekognitionSearchFacesByImageRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of a collection to search for faces in. |
AImage | Specify an image to detect the the search image from. |