| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
StopDominantLanguageDetectionJobResult |
AmazonComprehend.stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest stopDominantLanguageDetectionJobRequest)
Stops a dominant language detection job in progress.
|
StopDominantLanguageDetectionJobResult |
AmazonComprehendClient.stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest request)
Stops a dominant language detection job in progress.
|
StopDominantLanguageDetectionJobResult |
AbstractAmazonComprehend.stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
StopDominantLanguageDetectionJobResult |
StopDominantLanguageDetectionJobResult.clone() |
StopDominantLanguageDetectionJobResult |
StopDominantLanguageDetectionJobResult.withJobId(String jobId)
The identifier of the dominant language detection job to stop.
|
StopDominantLanguageDetectionJobResult |
StopDominantLanguageDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopDominantLanguageDetectionJob operation. |
StopDominantLanguageDetectionJobResult |
StopDominantLanguageDetectionJobResult.withJobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopDominantLanguageDetectionJob operation. |
Copyright © 2021. All rights reserved.