| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentScore |
SentimentScore.clone() |
SentimentScore |
SentimentResponse.getSentimentScore() |
SentimentScore |
SentimentScore.withMixed(Double mixed)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXED
sentiment. |
SentimentScore |
SentimentScore.withNegative(Double negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE
sentiment. |
SentimentScore |
SentimentScore.withNeutral(Double neutral)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL
sentiment. |
SentimentScore |
SentimentScore.withPositive(Double positive)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE
sentiment. |
| Modifier and Type | Method and Description |
|---|---|
void |
SentimentResponse.setSentimentScore(SentimentScore sentimentScore) |
SentimentResponse |
SentimentResponse.withSentimentScore(SentimentScore sentimentScore) |
Copyright © 2022. All rights reserved.