| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectTargetedSentimentResult |
AmazonComprehendClient.batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest request)
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
BatchDetectTargetedSentimentResult |
AbstractAmazonComprehend.batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest request) |
BatchDetectTargetedSentimentResult |
AmazonComprehend.batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest batchDetectTargetedSentimentRequest)
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.clone() |
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withErrorList(BatchItemError... errorList)
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withErrorList(Collection<BatchItemError> errorList)
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withResultList(BatchDetectTargetedSentimentItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withResultList(Collection<BatchDetectTargetedSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2023. All rights reserved.