| 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 |
|---|---|
StartDominantLanguageDetectionJobResult |
AmazonComprehend.startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest startDominantLanguageDetectionJobRequest)
Starts an asynchronous dominant language detection job for a collection of documents.
|
StartDominantLanguageDetectionJobResult |
AmazonComprehendClient.startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest request)
Starts an asynchronous dominant language detection job for a collection of documents.
|
StartDominantLanguageDetectionJobResult |
AbstractAmazonComprehend.startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.clone() |
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the dominant language detection job.
|
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.withJobStatus(String jobStatus)
The status of the job.
|
Copyright © 2021. All rights reserved.