| 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 StopKeyPhrasesDetectionJobResponse |
ComprehendClient.stopKeyPhrasesDetectionJob(Consumer<StopKeyPhrasesDetectionJobRequest.Builder> stopKeyPhrasesDetectionJobRequest)
Stops a key phrases detection job in progress.
|
default StopKeyPhrasesDetectionJobResponse |
ComprehendClient.stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest)
Stops a key phrases detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopKeyPhrasesDetectionJobResponse> |
ComprehendAsyncClient.stopKeyPhrasesDetectionJob(Consumer<StopKeyPhrasesDetectionJobRequest.Builder> stopKeyPhrasesDetectionJobRequest)
Stops a key phrases detection job in progress.
|
default CompletableFuture<StopKeyPhrasesDetectionJobResponse> |
ComprehendAsyncClient.stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest)
Stops a key phrases detection job in progress.
|
Copyright © 2023. All rights reserved.