| 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<DetectTargetedSentimentResponse> |
ComprehendAsyncClient.detectTargetedSentiment(Consumer<DetectTargetedSentimentRequest.Builder> detectTargetedSentimentRequest)
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
default DetectTargetedSentimentResponse |
ComprehendClient.detectTargetedSentiment(Consumer<DetectTargetedSentimentRequest.Builder> detectTargetedSentimentRequest)
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectTargetedSentimentRequest.Builder> |
DetectTargetedSentimentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.