| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectSentimentResponse.Builder |
DetectSentimentResponse.builder() |
DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentiment(SentimentType sentiment)
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
|
DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentiment(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectSentimentResponse.Builder> |
DetectSentimentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.