Class: Aws::Types::EyeDirection
- Inherits:
-
Object
- Object
- Aws::Types::EyeDirection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#pitch ⇒ ::Float
Returns the value of attribute pitch.
-
#yaw ⇒ ::Float
Returns the value of attribute yaw.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
741 742 743 |
# File 'sig/types.rbs', line 741 def confidence @confidence end |
#pitch ⇒ ::Float
Returns the value of attribute pitch.
740 741 742 |
# File 'sig/types.rbs', line 740 def pitch @pitch end |
#yaw ⇒ ::Float
Returns the value of attribute yaw.
739 740 741 |
# File 'sig/types.rbs', line 739 def yaw @yaw end |