Class: Aws::Types::Emotion
- Inherits:
-
Object
- Object
- Aws::Types::Emotion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#type ⇒ "HAPPY", ...
Returns the value of attribute type.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
720 721 722 |
# File 'sig/types.rbs', line 720 def confidence @confidence end |
#type ⇒ "HAPPY", ...
Returns the value of attribute type.
719 720 721 |
# File 'sig/types.rbs', line 719 def type @type end |