| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.builder() |
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.index(Integer index)
The zero-based index of the document in the input list.
|
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentiment(SentimentType sentiment)
The sentiment detected in the document.
|
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentiment(String sentiment)
The sentiment detected in the document.
|
default BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentimentScore(SentimentScore sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectSentimentItemResult.Builder> |
BatchDetectSentimentItemResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.