| 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 |
|---|---|
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler)
Starts an asynchronous entity detection job for a collection of documents.
|
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsyncClient.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
Future<StartEntitiesDetectionJobResult> |
AbstractAmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.clone() |
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2018. All rights reserved.