Uses of Interface
software.amazon.awssdk.services.comprehend.model.BatchDetectSentimentRequest.Builder
-
Packages that use BatchDetectSentimentRequest.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 BatchDetectSentimentRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type BatchDetectSentimentRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDetectSentimentResponse>ComprehendAsyncClient. batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)Inspects a batch of documents and returns an inference of the prevailing sentiment,POSITIVE,NEUTRAL,MIXED, orNEGATIVE, in each one.default BatchDetectSentimentResponseComprehendClient. batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)Inspects a batch of documents and returns an inference of the prevailing sentiment,POSITIVE,NEUTRAL,MIXED, orNEGATIVE, in each one. -
Uses of BatchDetectSentimentRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BatchDetectSentimentRequest.Builder Modifier and Type Method Description static BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest. builder()BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest.Builder. languageCode(String languageCode)The language of the input documents.BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest.Builder. languageCode(LanguageCode languageCode)The language of the input documents.BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest.Builder. textList(String... textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest.Builder. textList(Collection<String> textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectSentimentRequest.BuilderBatchDetectSentimentRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectSentimentRequest.Builder Modifier and Type Method Description static Class<? extends BatchDetectSentimentRequest.Builder>BatchDetectSentimentRequest. serializableBuilderClass()
-