You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::ComparedFace

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Bounding box of the face.

Returns:

#confidenceFloat

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

Returns:

  • (Float)

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

#landmarksArray<Types::Landmark>

An array of facial landmarks.

Returns:

#poseTypes::Pose

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

Returns:

  • (Types::Pose)

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

#qualityTypes::ImageQuality

Identifies face image brightness and sharpness.

Returns: