Class: Aws::Types::FaceDetail
- Inherits:
-
Object
- Object
- Aws::Types::FaceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#age_range ⇒ Types::AgeRange
Returns the value of attribute age_range.
-
#beard ⇒ Types::Beard
Returns the value of attribute beard.
-
#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.
-
#eye_direction ⇒ Types::EyeDirection
Returns the value of attribute eye_direction.
-
#eyeglasses ⇒ Types::Eyeglasses
Returns the value of attribute eyeglasses.
-
#eyes_open ⇒ Types::EyeOpen
Returns the value of attribute eyes_open.
-
#face_occluded ⇒ Types::FaceOccluded
Returns the value of attribute face_occluded.
-
#gender ⇒ Types::Gender
Returns the value of attribute gender.
-
#landmarks ⇒ ::Array[Types::Landmark]
Returns the value of attribute landmarks.
-
#mouth_open ⇒ Types::MouthOpen
Returns the value of attribute mouth_open.
-
#mustache ⇒ Types::Mustache
Returns the value of attribute mustache.
-
#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.
-
#sunglasses ⇒ Types::Sunglasses
Returns the value of attribute sunglasses.
Instance Attribute Details
#age_range ⇒ Types::AgeRange
Returns the value of attribute age_range.
770 771 772 |
# File 'sig/types.rbs', line 770 def age_range @age_range end |
#beard ⇒ Types::Beard
Returns the value of attribute beard.
775 776 777 |
# File 'sig/types.rbs', line 775 def beard @beard end |
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
769 770 771 |
# File 'sig/types.rbs', line 769 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
783 784 785 |
# File 'sig/types.rbs', line 783 def confidence @confidence end |
#emotions ⇒ ::Array[Types::Emotion]
Returns the value of attribute emotions.
779 780 781 |
# File 'sig/types.rbs', line 779 def emotions @emotions end |
#eye_direction ⇒ Types::EyeDirection
Returns the value of attribute eye_direction.
785 786 787 |
# File 'sig/types.rbs', line 785 def eye_direction @eye_direction end |
#eyeglasses ⇒ Types::Eyeglasses
Returns the value of attribute eyeglasses.
772 773 774 |
# File 'sig/types.rbs', line 772 def eyeglasses @eyeglasses end |
#eyes_open ⇒ Types::EyeOpen
Returns the value of attribute eyes_open.
777 778 779 |
# File 'sig/types.rbs', line 777 def eyes_open @eyes_open end |
#face_occluded ⇒ Types::FaceOccluded
Returns the value of attribute face_occluded.
784 785 786 |
# File 'sig/types.rbs', line 784 def face_occluded @face_occluded end |
#gender ⇒ Types::Gender
Returns the value of attribute gender.
774 775 776 |
# File 'sig/types.rbs', line 774 def gender @gender end |
#landmarks ⇒ ::Array[Types::Landmark]
Returns the value of attribute landmarks.
780 781 782 |
# File 'sig/types.rbs', line 780 def landmarks @landmarks end |
#mouth_open ⇒ Types::MouthOpen
Returns the value of attribute mouth_open.
778 779 780 |
# File 'sig/types.rbs', line 778 def mouth_open @mouth_open end |
#mustache ⇒ Types::Mustache
Returns the value of attribute mustache.
776 777 778 |
# File 'sig/types.rbs', line 776 def mustache @mustache end |
#pose ⇒ Types::Pose
Returns the value of attribute pose.
781 782 783 |
# File 'sig/types.rbs', line 781 def pose @pose end |
#quality ⇒ Types::ImageQuality
Returns the value of attribute quality.
782 783 784 |
# File 'sig/types.rbs', line 782 def quality @quality end |
#smile ⇒ Types::Smile
Returns the value of attribute smile.
771 772 773 |
# File 'sig/types.rbs', line 771 def smile @smile end |
#sunglasses ⇒ Types::Sunglasses
Returns the value of attribute sunglasses.
773 774 775 |
# File 'sig/types.rbs', line 773 def sunglasses @sunglasses end |