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