Module: Aws::Comprehend::Client::_DetectSentimentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DetectSentimentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#sentiment ⇒ "POSITIVE", ...
669 |
# File 'sig/client.rbs', line 669
def sentiment: () -> ("POSITIVE" | "NEGATIVE" | "NEUTRAL" | "MIXED")
|
#sentiment_score ⇒ Types::SentimentScore
670 |
# File 'sig/client.rbs', line 670
def sentiment_score: () -> Types::SentimentScore
|