| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentItemResult |
BatchDetectSentimentItemResult.clone() |
BatchDetectSentimentItemResult |
BatchDetectSentimentItemResult.withIndex(Integer index)
The zero-based index of the document in the input list.
|
BatchDetectSentimentItemResult |
BatchDetectSentimentItemResult.withSentiment(SentimentType sentiment)
The sentiment detected in the document.
|
BatchDetectSentimentItemResult |
BatchDetectSentimentItemResult.withSentiment(String sentiment)
The sentiment detected in the document.
|
BatchDetectSentimentItemResult |
BatchDetectSentimentItemResult.withSentimentScore(SentimentScore sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDetectSentimentItemResult> |
BatchDetectSentimentResult.getResultList()
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withResultList(BatchDetectSentimentItemResult... resultList)
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectSentimentResult.setResultList(Collection<BatchDetectSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withResultList(Collection<BatchDetectSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2022. All rights reserved.