| 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 |
|---|---|
ListEntitiesDetectionJobsResult |
AmazonComprehendClient.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest request)
Gets a list of the entity detection jobs that you have submitted.
|
ListEntitiesDetectionJobsResult |
AmazonComprehend.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
ListEntitiesDetectionJobsResult |
AbstractAmazonComprehend.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEntitiesDetectionJobsResult> |
AmazonComprehendAsyncClient.listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest request,
AsyncHandler<ListEntitiesDetectionJobsRequest,ListEntitiesDetectionJobsResult> asyncHandler) |
Future<ListEntitiesDetectionJobsResult> |
AmazonComprehendAsync.listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest,
AsyncHandler<ListEntitiesDetectionJobsRequest,ListEntitiesDetectionJobsResult> asyncHandler)
Gets a list of the entity detection jobs that you have submitted.
|
Future<ListEntitiesDetectionJobsResult> |
AbstractAmazonComprehendAsync.listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest request,
AsyncHandler<ListEntitiesDetectionJobsRequest,ListEntitiesDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesDetectionJobsResult |
ListEntitiesDetectionJobsResult.clone() |
ListEntitiesDetectionJobsResult |
ListEntitiesDetectionJobsResult.withEntitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties> entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEntitiesDetectionJobsResult |
ListEntitiesDetectionJobsResult.withEntitiesDetectionJobPropertiesList(EntitiesDetectionJobProperties... entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEntitiesDetectionJobsResult |
ListEntitiesDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2023. All rights reserved.