| 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 ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default CompletableFuture<ListKeyPhrasesDetectionJobsResponse> |
ComprehendAsyncClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsPublisher |
ComprehendAsyncClient.listKeyPhrasesDetectionJobsPaginator(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListKeyPhrasesDetectionJobsIterable(ComprehendClient client,
ListKeyPhrasesDetectionJobsRequest firstRequest) |
ListKeyPhrasesDetectionJobsPublisher(ComprehendAsyncClient client,
ListKeyPhrasesDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListKeyPhrasesDetectionJobsRequestMarshaller.marshall(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest) |
Copyright © 2023. All rights reserved.