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(String sentiment) |
The sentiment detected in the document.
|
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentiment(SentimentType 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() |
|