| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs()
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDominantLanguageDetectionJobsResponse> |
ComprehendAsyncClient.listDominantLanguageDetectionJobs()
Gets a list of the dominant language detection jobs that you have submitted.
|
default CompletableFuture<ListDominantLanguageDetectionJobsResponse> |
ComprehendAsyncClient.listDominantLanguageDetectionJobs(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default CompletableFuture<ListDominantLanguageDetectionJobsResponse> |
ComprehendAsyncClient.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDominantLanguageDetectionJobsResponse> |
ListDominantLanguageDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDominantLanguageDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDominantLanguageDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.