| 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 |
| Modifier and Type | Method and 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 BatchDetectTargetedSentimentResponse |
ComprehendClient.batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest)
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.builder() |
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.Builder.textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.Builder.textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
BatchDetectTargetedSentimentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectTargetedSentimentRequest.Builder> |
BatchDetectTargetedSentimentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.