| 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<StartKeyPhrasesDetectionJobResult> |
AmazonComprehendAsync.startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest,
AsyncHandler<StartKeyPhrasesDetectionJobRequest,StartKeyPhrasesDetectionJobResult> asyncHandler)
Starts an asynchronous key phrase detection job for a collection of documents.
|
Future<StartKeyPhrasesDetectionJobResult> |
AmazonComprehendAsyncClient.startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest request,
AsyncHandler<StartKeyPhrasesDetectionJobRequest,StartKeyPhrasesDetectionJobResult> asyncHandler) |
Future<StartKeyPhrasesDetectionJobResult> |
AbstractAmazonComprehendAsync.startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest request,
AsyncHandler<StartKeyPhrasesDetectionJobRequest,StartKeyPhrasesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.clone() |
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.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.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2019. All rights reserved.