Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectSentimentResponse
-
Packages that use BatchDetectSentimentResponse 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 BatchDetectSentimentResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return BatchDetectSentimentResponse Modifier and Type Method Description default BatchDetectSentimentResponseComprehendClient. batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)Inspects a batch of documents and returns an inference of the prevailing sentiment,POSITIVE,NEUTRAL,MIXED, orNEGATIVE, in each one.default BatchDetectSentimentResponseComprehendClient. batchDetectSentiment(BatchDetectSentimentRequest batchDetectSentimentRequest)Inspects a batch of documents and returns an inference of the prevailing sentiment,POSITIVE,NEUTRAL,MIXED, orNEGATIVE, in each one.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type BatchDetectSentimentResponse Modifier and Type Method Description default CompletableFuture<BatchDetectSentimentResponse>ComprehendAsyncClient. batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)Inspects a batch of documents and returns an inference of the prevailing sentiment,POSITIVE,NEUTRAL,MIXED, orNEGATIVE, in each one.default CompletableFuture<BatchDetectSentimentResponse>ComprehendAsyncClient. batchDetectSentiment(BatchDetectSentimentRequest batchDetectSentimentRequest)Inspects a batch of documents and returns an inference of the prevailing sentiment,POSITIVE,NEUTRAL,MIXED, orNEGATIVE, in each one.
-