| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
MentionSentiment |
MentionSentiment.clone() |
MentionSentiment |
TargetedSentimentMention.getMentionSentiment()
Contains the sentiment and sentiment score for the mention.
|
MentionSentiment |
MentionSentiment.withSentiment(SentimentType sentiment)
The sentiment of the mention.
|
MentionSentiment |
MentionSentiment.withSentiment(String sentiment)
The sentiment of the mention.
|
MentionSentiment |
MentionSentiment.withSentimentScore(SentimentScore sentimentScore) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetedSentimentMention.setMentionSentiment(MentionSentiment mentionSentiment)
Contains the sentiment and sentiment score for the mention.
|
TargetedSentimentMention |
TargetedSentimentMention.withMentionSentiment(MentionSentiment mentionSentiment)
Contains the sentiment and sentiment score for the mention.
|
Copyright © 2023. All rights reserved.