public static interface SentimentScore.Builder extends CopyableBuilder<SentimentScore.Builder,SentimentScore>
| Modifier and Type | Method and Description |
|---|---|
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 |
negative(Float negative)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE sentiment. |
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 |
positive(Float positive)
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE sentiment. |
copyapply, buildSentimentScore.Builder positive(Float 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(Float 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(Float 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(Float 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.