Class: Aws::Types::DetectSentimentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectSentimentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
-
#sentiment_score ⇒ Types::SentimentScore
Returns the value of attribute sentiment_score.
Instance Attribute Details
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
660 661 662 |
# File 'sig/types.rbs', line 660 def sentiment @sentiment end |
#sentiment_score ⇒ Types::SentimentScore
Returns the value of attribute sentiment_score.
661 662 663 |
# File 'sig/types.rbs', line 661 def sentiment_score @sentiment_score end |