Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- 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.
-
#dominant_colors ⇒ ::Array[Types::DominantColor]
Returns the value of attribute dominant_colors.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def confidence @confidence end |
#dominant_colors ⇒ ::Array[Types::DominantColor]
Returns the value of attribute dominant_colors.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def dominant_colors @dominant_colors end |