Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectTargetedSentimentResponse
-
Packages that use BatchDetectTargetedSentimentResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of BatchDetectTargetedSentimentResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return BatchDetectTargetedSentimentResponse Modifier and Type Method Description default BatchDetectTargetedSentimentResponseComprehendClient. batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest)Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.default BatchDetectTargetedSentimentResponseComprehendClient. batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest batchDetectTargetedSentimentRequest)Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type BatchDetectTargetedSentimentResponse Modifier and Type Method Description default CompletableFuture<BatchDetectTargetedSentimentResponse>ComprehendAsyncClient. batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest)Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.default CompletableFuture<BatchDetectTargetedSentimentResponse>ComprehendAsyncClient. batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest batchDetectTargetedSentimentRequest)Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
-