Skip to main content

IRekognitionCompareFacesRequest

Interface in AWS.Rekognition

Interface for CompareFaces requests.

Ancestors

Properties

QualityFilter

property QualityFilter: string

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

SimilarityThreshold

property SimilarityThreshold: TOptional<Single>

Specify the minimum level of confidence in the face matches to be considered a match.

Valid range: 0 - 100.

SourceImage

property SourceImage: IRekognitionImage

Type: IRekognitionImage

Specify an input source image to compare.

TargetImage

property TargetImage: IRekognitionImage

Type: IRekognitionImage

Specify an input target image to compare.