Class: Aws::Types::ComparedFace
- Inherits:
-
Object
- Object
- Aws::Types::ComparedFace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#emotions ⇒ ::Array[Types::Emotion]
Returns the value of attribute emotions.
-
#landmarks ⇒ ::Array[Types::Landmark]
Returns the value of attribute landmarks.
-
#pose ⇒ Types::Pose
Returns the value of attribute pose.
-
#quality ⇒ Types::ImageQuality
Returns the value of attribute quality.
-
#smile ⇒ Types::Smile
Returns the value of attribute smile.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
144 145 146 |
# File 'sig/types.rbs', line 144 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
145 146 147 |
# File 'sig/types.rbs', line 145 def confidence @confidence end |
#emotions ⇒ ::Array[Types::Emotion]
Returns the value of attribute emotions.
149 150 151 |
# File 'sig/types.rbs', line 149 def emotions @emotions end |
#landmarks ⇒ ::Array[Types::Landmark]
Returns the value of attribute landmarks.
146 147 148 |
# File 'sig/types.rbs', line 146 def landmarks @landmarks end |
#pose ⇒ Types::Pose
Returns the value of attribute pose.
147 148 149 |
# File 'sig/types.rbs', line 147 def pose @pose end |
#quality ⇒ Types::ImageQuality
Returns the value of attribute quality.
148 149 150 |
# File 'sig/types.rbs', line 148 def quality @quality end |
#smile ⇒ Types::Smile
Returns the value of attribute smile.
150 151 152 |
# File 'sig/types.rbs', line 150 def smile @smile end |