| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default DetectTargetedSentimentResponse |
ComprehendClient.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(DetectTargetedSentimentRequest detectTargetedSentimentRequest)
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
| 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 CompletableFuture<DetectTargetedSentimentResponse> |
ComprehendAsyncClient.detectTargetedSentiment(DetectTargetedSentimentRequest detectTargetedSentimentRequest)
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
Copyright © 2023. All rights reserved.