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.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def mixed @mixed end |
#negative ⇒ ::Float
Returns the value of attribute negative.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def negative @negative end |
#neutral ⇒ ::Float
Returns the value of attribute neutral.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def neutral @neutral end |
#positive ⇒ ::Float
Returns the value of attribute positive.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def positive @positive end |