Class: Aws::Types::CelebrityDetail
- Inherits:
-
Object
- Object
- Aws::Types::CelebrityDetail
- 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.
-
#face ⇒ Types::FaceDetail
Returns the value of attribute face.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#known_gender ⇒ Types::KnownGender
Returns the value of attribute known_gender.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#urls ⇒ ::Array[::String]
Returns the value of attribute urls.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
96 97 98 |
# File 'sig/types.rbs', line 96 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
95 96 97 |
# File 'sig/types.rbs', line 95 def confidence @confidence end |
#face ⇒ Types::FaceDetail
Returns the value of attribute face.
97 98 99 |
# File 'sig/types.rbs', line 97 def face @face end |
#id ⇒ ::String
Returns the value of attribute id.
94 95 96 |
# File 'sig/types.rbs', line 94 def id @id end |
#known_gender ⇒ Types::KnownGender
Returns the value of attribute known_gender.
98 99 100 |
# File 'sig/types.rbs', line 98 def known_gender @known_gender end |
#name ⇒ ::String
Returns the value of attribute name.
93 94 95 |
# File 'sig/types.rbs', line 93 def name @name end |
#urls ⇒ ::Array[::String]
Returns the value of attribute urls.
92 93 94 |
# File 'sig/types.rbs', line 92 def urls @urls end |