Uses of Interface
software.amazon.awssdk.services.comprehend.model.BatchDetectTargetedSentimentRequest.Builder
-
Packages that use BatchDetectTargetedSentimentRequest.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 BatchDetectTargetedSentimentRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type BatchDetectTargetedSentimentRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDetectTargetedSentimentResponse>ComprehendAsyncClient. batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest)Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.default BatchDetectTargetedSentimentResponseComprehendClient. batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest)Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents. -
Uses of BatchDetectTargetedSentimentRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BatchDetectTargetedSentimentRequest.Builder Modifier and Type Method Description static BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest. builder()BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest.Builder. languageCode(String languageCode)The language of the input documents.BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest.Builder. languageCode(LanguageCode languageCode)The language of the input documents.BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest.Builder. textList(String... textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest.Builder. textList(Collection<String> textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectTargetedSentimentRequest.BuilderBatchDetectTargetedSentimentRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectTargetedSentimentRequest.Builder Modifier and Type Method Description static Class<? extends BatchDetectTargetedSentimentRequest.Builder>BatchDetectTargetedSentimentRequest. serializableBuilderClass()
-