| 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 |
|---|---|
ListTopicsDetectionJobsResult |
AmazonComprehendClient.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest request)
Gets a list of the topic detection jobs that you have submitted.
|
ListTopicsDetectionJobsResult |
AbstractAmazonComprehend.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest request) |
ListTopicsDetectionJobsResult |
AmazonComprehend.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTopicsDetectionJobsResult> |
AmazonComprehendAsyncClient.listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest request,
AsyncHandler<ListTopicsDetectionJobsRequest,ListTopicsDetectionJobsResult> asyncHandler) |
Future<ListTopicsDetectionJobsResult> |
AbstractAmazonComprehendAsync.listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest request,
AsyncHandler<ListTopicsDetectionJobsRequest,ListTopicsDetectionJobsResult> asyncHandler) |
Future<ListTopicsDetectionJobsResult> |
AmazonComprehendAsync.listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest,
AsyncHandler<ListTopicsDetectionJobsRequest,ListTopicsDetectionJobsResult> asyncHandler)
Gets a list of the topic detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsDetectionJobsResult |
ListTopicsDetectionJobsResult.clone() |
ListTopicsDetectionJobsResult |
ListTopicsDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
ListTopicsDetectionJobsResult |
ListTopicsDetectionJobsResult.withTopicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTopicsDetectionJobsResult |
ListTopicsDetectionJobsResult.withTopicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2023. All rights reserved.