Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectTargetedSentimentRequest
-
Packages that use DetectTargetedSentimentRequest 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 DetectTargetedSentimentRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DetectTargetedSentimentRequest Modifier and Type Method Description default CompletableFuture<DetectTargetedSentimentResponse>ComprehendAsyncClient. detectTargetedSentiment(DetectTargetedSentimentRequest detectTargetedSentimentRequest)Inspects the input text and returns a sentiment analysis for each entity identified in the text.default DetectTargetedSentimentResponseComprehendClient. detectTargetedSentiment(DetectTargetedSentimentRequest detectTargetedSentimentRequest)Inspects the input text and returns a sentiment analysis for each entity identified in the text. -
Uses of DetectTargetedSentimentRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DetectTargetedSentimentRequest Modifier and Type Method Description SdkHttpFullRequestDetectTargetedSentimentRequestMarshaller. marshall(DetectTargetedSentimentRequest detectTargetedSentimentRequest)
-