static DetectSentimentResponse.Builder |
DetectSentimentResponse.builder() |
|
DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentiment(String sentiment) |
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
|
DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentiment(SentimentType sentiment) |
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
|
default DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore) |
An object that lists the sentiments, and their corresponding confidence levels.
|
DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentimentScore(SentimentScore sentimentScore) |
An object that lists the sentiments, and their corresponding confidence levels.
|
DetectSentimentResponse.Builder |
DetectSentimentResponse.toBuilder() |
|