Skip to main content

IRekognitionComparedFace

Interface in AWS.Rekognition

Interface for ComparedFace.

Properties

BoundingBox

property BoundingBox: IRekognitionBoundingBox

Type: IRekognitionBoundingBox

The bounding box of the face.

Confidence

property Confidence: TOptional<Single>

The level of confidence that what the bounding box contains is a face.

Emotions

property Emotions: TList<IRekognitionEmotion>

Type: IRekognitionEmotion

The emotions that appear to be expressed on the face and the confidence level in the determination.

Landmarks

property Landmarks: TList<IRekognitionLandmark>

Type: IRekognitionLandmark

A list of facial landmarks.

Pose

property Pose: IRekognitionPose

Type: IRekognitionPose

Indicates the pose of the face as determined by its pitch, roll, and yaw.

Quality

property Quality: IRekognitionImageQuality

Type: IRekognitionImageQuality

Identifies the face image brightness and sharpness.

Smile

property Smile: IRekognitionSmile

Type: IRekognitionSmile

Indicates whether or not the face is smiling, and the confidence level in the determination.