public static interface SentimentScore.Builder extends SdkPojo, CopyableBuilder<SentimentScore.Builder,SentimentScore>
| Modifier and Type | Method and Description |
|---|---|
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 |
negative(Double negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE sentiment. |
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 |
positive(Double positive)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE sentiment. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSentimentScore.Builder positive(Double positive)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE sentiment.
positive - The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE sentiment.SentimentScore.Builder negative(Double negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE sentiment.
negative - The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE sentiment.SentimentScore.Builder neutral(Double neutral)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL sentiment.
neutral - The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL sentiment.SentimentScore.Builder mixed(Double mixed)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED
sentiment.
mixed - The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXED sentiment.Copyright © 2023. All rights reserved.