Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectSentimentRequest
-
Packages that use DetectSentimentRequest 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 DetectSentimentRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DetectSentimentRequest Modifier and Type Method Description default CompletableFuture<DetectSentimentResponse>ComprehendAsyncClient. detectSentiment(DetectSentimentRequest 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). -
Uses of DetectSentimentRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DetectSentimentRequest Modifier and Type Method Description SdkHttpFullRequestDetectSentimentRequestMarshaller. marshall(DetectSentimentRequest detectSentimentRequest)
-