class Aws::Rekognition::Types::ComparedFace

Provides face metadata for target image faces that are analyzed by `CompareFaces` and `RecognizeCelebrities`.

@!attribute [rw] bounding_box

Bounding box of the face.
@return [Types::BoundingBox]

@!attribute [rw] confidence

Level of confidence that what the bounding box contains is a face.
@return [Float]

@!attribute [rw] landmarks

An array of facial landmarks.
@return [Array<Types::Landmark>]

@!attribute [rw] pose

Indicates the pose of the face as determined by its pitch, roll, and
yaw.
@return [Types::Pose]

@!attribute [rw] quality

Identifies face image brightness and sharpness.
@return [Types::ImageQuality]

@!attribute [rw] emotions

The emotions that appear to be expressed on the face, and the
confidence level in the determination. Valid values include
"Happy", "Sad", "Angry", "Confused", "Disgusted",
"Surprised", "Calm", "Unknown", and "Fear".
@return [Array<Types::Emotion>]

@!attribute [rw] smile

Indicates whether or not the face is smiling, and the confidence
level in the determination.
@return [Types::Smile]

Constants

SENSITIVE