Skip to main content

IRekognitionCompareFacesResponse

Interface in AWS.Rekognition

Interface for CompareFaces responses.

Ancestors

Properties

FaceMatches

property FaceMatches: TList<IRekognitionCompareFacesMatch>

Type: IRekognitionCompareFacesMatch

A list of faces in the target image that match the source image face.

SourceImageFace

property SourceImageFace: IRekognitionComparedSourceImageFace

Type: IRekognitionComparedSourceImageFace

The face in the source image that was used for comparison.

SourceImageOrientationCorrection

property SourceImageOrientationCorrection: string

The value of SourceImageOrientationCorrection is always empty.

TargetImageOrientationCorrection

property TargetImageOrientationCorrection: string

The value of TargetImageOrientationCorrection is always empty.

UnmatchedFaces

property UnmatchedFaces: TList<IRekognitionComparedFace>

Type: IRekognitionComparedFace

A list of faces in the target image that did not match the source image face.