| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.paginators | |
| software.amazon.awssdk.services.comprehend.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDominantLanguageDetectionJobsResponse> |
ComprehendAsyncClient.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsPublisher |
ComprehendAsyncClient.listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListDominantLanguageDetectionJobsIterable(ComprehendClient client,
ListDominantLanguageDetectionJobsRequest firstRequest) |
ListDominantLanguageDetectionJobsPublisher(ComprehendAsyncClient client,
ListDominantLanguageDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDominantLanguageDetectionJobsRequestMarshaller.marshall(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest) |
Copyright © 2023. All rights reserved.