| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static SentimentScore.Builder |
SentimentScore.builder() |
SentimentScore.Builder |
SentimentScore.Builder.mixed(Double mixed)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXED
sentiment. |
SentimentScore.Builder |
SentimentScore.Builder.negative(Double negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE sentiment. |
SentimentScore.Builder |
SentimentScore.Builder.neutral(Double neutral)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL sentiment. |
SentimentScore.Builder |
SentimentScore.Builder.positive(Double 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 SentimentResponse.Builder |
SentimentResponse.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
Sets the value of the SentimentScore property for this object.
|
Copyright © 2022. All rights reserved.