| 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 |
|---|---|
ListKeyPhrasesDetectionJobsResult |
AbstractAmazonComprehend.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest request) |
ListKeyPhrasesDetectionJobsResult |
AmazonComprehend.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
ListKeyPhrasesDetectionJobsResult |
AmazonComprehendClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest request)
Get a list of key phrase detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeyPhrasesDetectionJobsResult> |
AbstractAmazonComprehendAsync.listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest request,
AsyncHandler<ListKeyPhrasesDetectionJobsRequest,ListKeyPhrasesDetectionJobsResult> asyncHandler) |
Future<ListKeyPhrasesDetectionJobsResult> |
AmazonComprehendAsync.listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest,
AsyncHandler<ListKeyPhrasesDetectionJobsRequest,ListKeyPhrasesDetectionJobsResult> asyncHandler)
Get a list of key phrase detection jobs that you have submitted.
|
Future<ListKeyPhrasesDetectionJobsResult> |
AmazonComprehendAsyncClient.listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest request,
AsyncHandler<ListKeyPhrasesDetectionJobsRequest,ListKeyPhrasesDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListKeyPhrasesDetectionJobsResult |
ListKeyPhrasesDetectionJobsResult.clone() |
ListKeyPhrasesDetectionJobsResult |
ListKeyPhrasesDetectionJobsResult.withKeyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListKeyPhrasesDetectionJobsResult |
ListKeyPhrasesDetectionJobsResult.withKeyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListKeyPhrasesDetectionJobsResult |
ListKeyPhrasesDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2023. All rights reserved.