Skip to main content

IRekognitionSearchFacesByImageRequest

Interface in AWS.Rekognition

Interface for SearchFacesByImage requests.

Ancestors

Properties

CollectionId

property CollectionId: string

Specify the ID of a collection to search for faces in.

FaceMatchThreshold

property FaceMatchThreshold: TOptional<Single>

Optionally, specify a minimum confidence in the face match to return.

Valid range: 0 - 100. If not provided, a default value of 80% will be used.

Image

property Image: IRekognitionImage

Type: IRekognitionImage

Specify an image to detect the the search image from.

MaxFaces

property MaxFaces: TOptional<Integer>

Optionally, specify the maximum number of faces to return.

Valid range: 1 - 4096. The operation will return the highest confidence matches first.

QualityFilter

property QualityFilter: string

Optionally, specify a quality bar for how much filtering is done to identify faces.

Valid values: NONE | AUTO | LOW | MEDIUM | HIGH.