Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectSentimentResponse
-
Packages that use DetectSentimentResponse 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 DetectSentimentResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DetectSentimentResponse Modifier and Type Method Description default DetectSentimentResponseComprehendClient. detectSentiment(Consumer<DetectSentimentRequest.Builder> detectSentimentRequest)Inspects text and returns an inference of the prevailing sentiment (POSITIVE,NEUTRAL,MIXED, orNEGATIVE).default DetectSentimentResponseComprehendClient. detectSentiment(DetectSentimentRequest detectSentimentRequest)Inspects text and returns an inference of the prevailing sentiment (POSITIVE,NEUTRAL,MIXED, orNEGATIVE).Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DetectSentimentResponse Modifier and Type Method Description default CompletableFuture<DetectSentimentResponse>ComprehendAsyncClient. detectSentiment(Consumer<DetectSentimentRequest.Builder> detectSentimentRequest)Inspects text and returns an inference of the prevailing sentiment (POSITIVE,NEUTRAL,MIXED, orNEGATIVE).default CompletableFuture<DetectSentimentResponse>ComprehendAsyncClient. detectSentiment(DetectSentimentRequest detectSentimentRequest)Inspects text and returns an inference of the prevailing sentiment (POSITIVE,NEUTRAL,MIXED, orNEGATIVE).
-