| 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 StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
default StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartSentimentDetectionJobResponse> |
ComprehendAsyncClient.startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
default CompletableFuture<StartSentimentDetectionJobResponse> |
ComprehendAsyncClient.startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
Copyright © 2023. All rights reserved.