Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectTargetedSentimentRequest
-
Packages that use BatchDetectTargetedSentimentRequest 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 BatchDetectTargetedSentimentRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type BatchDetectTargetedSentimentRequest Modifier and Type Method Description default CompletableFuture<BatchDetectTargetedSentimentResponse>ComprehendAsyncClient. batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest 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. -
Uses of BatchDetectTargetedSentimentRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type BatchDetectTargetedSentimentRequest Modifier and Type Method Description SdkHttpFullRequestBatchDetectTargetedSentimentRequestMarshaller. marshall(BatchDetectTargetedSentimentRequest batchDetectTargetedSentimentRequest)
-