| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentScore |
SentimentScore.clone() |
SentimentScore |
BatchDetectSentimentItemResult.getSentimentScore()
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
SentimentScore |
DetectSentimentResult.getSentimentScore()
An object that lists the sentiments, and their corresponding confidence levels.
|
SentimentScore |
SentimentScore.withMixed(Float mixed)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXED
sentiment. |
SentimentScore |
SentimentScore.withNegative(Float negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE
sentiment. |
SentimentScore |
SentimentScore.withNeutral(Float neutral)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL
sentiment. |
SentimentScore |
SentimentScore.withPositive(Float 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 |
BatchDetectSentimentItemResult.setSentimentScore(SentimentScore sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
void |
DetectSentimentResult.setSentimentScore(SentimentScore sentimentScore)
An object that lists the sentiments, and their corresponding confidence levels.
|
BatchDetectSentimentItemResult |
BatchDetectSentimentItemResult.withSentimentScore(SentimentScore sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
DetectSentimentResult |
DetectSentimentResult.withSentimentScore(SentimentScore sentimentScore)
An object that lists the sentiments, and their corresponding confidence levels.
|
Copyright © 2019. All rights reserved.