Class: Aws::Types::BatchDetectSentimentItemResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectSentimentItemResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
-
#sentiment_score ⇒ Types::SentimentScore
Returns the value of attribute sentiment_score.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
75 76 77 |
# File 'sig/types.rbs', line 75 def index @index end |
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
76 77 78 |
# File 'sig/types.rbs', line 76 def sentiment @sentiment end |
#sentiment_score ⇒ Types::SentimentScore
Returns the value of attribute sentiment_score.
77 78 79 |
# File 'sig/types.rbs', line 77 def sentiment_score @sentiment_score end |