Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectSentimentRequest
-
Packages that use BatchDetectSentimentRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of BatchDetectSentimentRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type BatchDetectSentimentRequest Modifier and Type Method Description 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.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. -
Uses of BatchDetectSentimentRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type BatchDetectSentimentRequest Modifier and Type Method Description SdkHttpFullRequestBatchDetectSentimentRequestMarshaller. marshall(BatchDetectSentimentRequest batchDetectSentimentRequest)
-