| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static MentionSentiment.Builder |
MentionSentiment.builder() |
MentionSentiment.Builder |
MentionSentiment.Builder.sentiment(SentimentType sentiment)
The sentiment of the mention.
|
MentionSentiment.Builder |
MentionSentiment.Builder.sentiment(String sentiment)
The sentiment of the mention.
|
default MentionSentiment.Builder |
MentionSentiment.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
Sets the value of the SentimentScore property for this object.
|
MentionSentiment.Builder |
MentionSentiment.Builder.sentimentScore(SentimentScore sentimentScore)
Sets the value of the SentimentScore property for this object.
|
MentionSentiment.Builder |
MentionSentiment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MentionSentiment.Builder> |
MentionSentiment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TargetedSentimentMention.Builder |
TargetedSentimentMention.Builder.mentionSentiment(Consumer<MentionSentiment.Builder> mentionSentiment)
Contains the sentiment and sentiment score for the mention.
|
Copyright © 2023. All rights reserved.