Uses of Interface
software.amazon.awssdk.services.comprehend.model.DetectSentimentRequest.Builder
-
Packages that use DetectSentimentRequest.Builder 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.model -
-
Uses of DetectSentimentRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type DetectSentimentRequest.Builder 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 DetectSentimentResponseComprehendClient. detectSentiment(Consumer<DetectSentimentRequest.Builder> detectSentimentRequest)Inspects text and returns an inference of the prevailing sentiment (POSITIVE,NEUTRAL,MIXED, orNEGATIVE). -
Uses of DetectSentimentRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DetectSentimentRequest.Builder Modifier and Type Method Description static DetectSentimentRequest.BuilderDetectSentimentRequest. builder()DetectSentimentRequest.BuilderDetectSentimentRequest.Builder. languageCode(String languageCode)The language of the input documents.DetectSentimentRequest.BuilderDetectSentimentRequest.Builder. languageCode(LanguageCode languageCode)The language of the input documents.DetectSentimentRequest.BuilderDetectSentimentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetectSentimentRequest.BuilderDetectSentimentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetectSentimentRequest.BuilderDetectSentimentRequest.Builder. text(String text)A UTF-8 text string.DetectSentimentRequest.BuilderDetectSentimentRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DetectSentimentRequest.Builder Modifier and Type Method Description static Class<? extends DetectSentimentRequest.Builder>DetectSentimentRequest. serializableBuilderClass()
-