Class: Aws::Types::SentimentResponse
- Inherits:
-
Object
- Object
- Aws::Types::SentimentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sentiment_label ⇒ ::String
Returns the value of attribute sentiment_label.
-
#sentiment_score ⇒ ::String
Returns the value of attribute sentiment_score.
Instance Attribute Details
#sentiment_label ⇒ ::String
Returns the value of attribute sentiment_label.
256 257 258 |
# File 'sig/types.rbs', line 256 def sentiment_label @sentiment_label end |
#sentiment_score ⇒ ::String
Returns the value of attribute sentiment_score.
257 258 259 |
# File 'sig/types.rbs', line 257 def sentiment_score @sentiment_score end |