Skip to main content

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);

IRekognitionImage

Constructor for TRekognitionSearchFacesByImageRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of a collection to search for faces in.
AImageSpecify an image to detect the the search image from.