Class: Aws::Types::EyeOpen
- Inherits:
-
Object
- Object
- Aws::Types::EyeOpen
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#value ⇒ Boolean
Returns the value of attribute value.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
747 748 749 |
# File 'sig/types.rbs', line 747 def confidence @confidence end |
#value ⇒ Boolean
Returns the value of attribute value.
746 747 748 |
# File 'sig/types.rbs', line 746 def value @value end |