Class: Aws::Types::CustomLabel
- Inherits:
-
Object
- Object
- Aws::Types::CustomLabel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
320 321 322 |
# File 'sig/types.rbs', line 320 def confidence @confidence end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
321 322 323 |
# File 'sig/types.rbs', line 321 def geometry @geometry end |
#name ⇒ ::String
Returns the value of attribute name.
319 320 321 |
# File 'sig/types.rbs', line 319 def name @name end |