| 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 |
|---|---|
StartEntitiesDetectionJobResult |
AbstractAmazonComprehend.startEntitiesDetectionJob(StartEntitiesDetectionJobRequest request) |
StartEntitiesDetectionJobResult |
AmazonComprehend.startEntitiesDetectionJob(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest)
Starts an asynchronous entity detection job for a collection of documents.
|
StartEntitiesDetectionJobResult |
AmazonComprehendClient.startEntitiesDetectionJob(StartEntitiesDetectionJobRequest request)
Starts an asynchronous entity detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsyncClient.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler)
Starts an asynchronous entity detection job for a collection of documents.
|
Future<StartEntitiesDetectionJobResult> |
AbstractAmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.clone() |
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the entities detection job.
|
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.withJobStatus(String jobStatus)
The status of the job.
|
Copyright © 2022. All rights reserved.