| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ListDominantLanguageDetectionJobsResult |
AmazonComprehendClient.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest request)
Gets a list of the dominant language detection jobs that you have submitted.
|
ListDominantLanguageDetectionJobsResult |
AbstractAmazonComprehend.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest request) |
ListDominantLanguageDetectionJobsResult |
AmazonComprehend.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.clone() |
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withDominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2023. All rights reserved.