| 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 StopDominantLanguageDetectionJobResponse |
ComprehendClient.stopDominantLanguageDetectionJob(Consumer<StopDominantLanguageDetectionJobRequest.Builder> stopDominantLanguageDetectionJobRequest)
Stops a dominant language detection job in progress.
|
default StopDominantLanguageDetectionJobResponse |
ComprehendClient.stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest stopDominantLanguageDetectionJobRequest)
Stops a dominant language detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopDominantLanguageDetectionJobResponse> |
ComprehendAsyncClient.stopDominantLanguageDetectionJob(Consumer<StopDominantLanguageDetectionJobRequest.Builder> stopDominantLanguageDetectionJobRequest)
Stops a dominant language detection job in progress.
|
default CompletableFuture<StopDominantLanguageDetectionJobResponse> |
ComprehendAsyncClient.stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest stopDominantLanguageDetectionJobRequest)
Stops a dominant language detection job in progress.
|
Copyright © 2023. All rights reserved.