| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static SentimentScore.Builder |
SentimentScore.builder() |
SentimentScore.Builder |
SentimentScore.Builder.mixed(Float mixed)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXED
sentiment. |
SentimentScore.Builder |
SentimentScore.Builder.negative(Float negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE sentiment. |
SentimentScore.Builder |
SentimentScore.Builder.neutral(Float neutral)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL sentiment. |
SentimentScore.Builder |
SentimentScore.Builder.positive(Float positive)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE sentiment. |
SentimentScore.Builder |
SentimentScore.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SentimentScore.Builder> |
SentimentScore.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
default MentionSentiment.Builder |
MentionSentiment.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
Sets the value of the SentimentScore property for this object.
|
default DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
An object that lists the sentiments, and their corresponding confidence levels.
|
Copyright © 2023. All rights reserved.