Class: Aws::Rekognition::Types::ComparedFace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ComparedFace
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
Provides face metadata for target image faces that are analyzed by
CompareFaces
and RecognizeCelebrities
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Bounding box of the face.
-
#confidence ⇒ Float
Level of confidence that what the bounding box contains is a face.
-
#emotions ⇒ Array<Types::Emotion>
The emotions that appear to be expressed on the face, and the confidence level in the determination.
-
#landmarks ⇒ Array<Types::Landmark>
An array of facial landmarks.
-
#pose ⇒ Types::Pose
Indicates the pose of the face as determined by its pitch, roll, and yaw.
-
#quality ⇒ Types::ImageQuality
Identifies face image brightness and sharpness.
-
#smile ⇒ Types::Smile
Indicates whether or not the face is smiling, and the confidence level in the determination.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Bounding box of the face.
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ Float
Level of confidence that what the bounding box contains is a face.
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |
#emotions ⇒ Array<Types::Emotion>
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".
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |
#landmarks ⇒ Array<Types::Landmark>
An array of facial landmarks.
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |
#pose ⇒ Types::Pose
Indicates the pose of the face as determined by its pitch, roll, and yaw.
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |
#quality ⇒ Types::ImageQuality
Identifies face image brightness and sharpness.
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |
#smile ⇒ Types::Smile
Indicates whether or not the face is smiling, and the confidence level in the determination.
475 476 477 478 479 480 481 482 483 484 485 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 475 class ComparedFace < Struct.new( :bounding_box, :confidence, :landmarks, :pose, :quality, :emotions, :smile) SENSITIVE = [] include Aws::Structure end |