Class: Aws::Types::SentimentScore
- Inherits:
-
Object
- Object
- Aws::Types::SentimentScore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mixed ⇒ ::Float
Returns the value of attribute mixed.
-
#negative ⇒ ::Float
Returns the value of attribute negative.
-
#neutral ⇒ ::Float
Returns the value of attribute neutral.
-
#positive ⇒ ::Float
Returns the value of attribute positive.
Instance Attribute Details
#mixed ⇒ ::Float
Returns the value of attribute mixed.
327 328 329 |
# File 'sig/types.rbs', line 327 def mixed @mixed end |
#negative ⇒ ::Float
Returns the value of attribute negative.
325 326 327 |
# File 'sig/types.rbs', line 325 def negative @negative end |
#neutral ⇒ ::Float
Returns the value of attribute neutral.
326 327 328 |
# File 'sig/types.rbs', line 326 def neutral @neutral end |
#positive ⇒ ::Float
Returns the value of attribute positive.
324 325 326 |
# File 'sig/types.rbs', line 324 def positive @positive end |