| 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<StartTopicsDetectionJobResult> |
AmazonComprehendAsync.startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest,
AsyncHandler<StartTopicsDetectionJobRequest,StartTopicsDetectionJobResult> asyncHandler)
Starts an asynchronous topic detection job.
|
Future<StartTopicsDetectionJobResult> |
AmazonComprehendAsyncClient.startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest request,
AsyncHandler<StartTopicsDetectionJobRequest,StartTopicsDetectionJobResult> asyncHandler) |
Future<StartTopicsDetectionJobResult> |
AbstractAmazonComprehendAsync.startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest request,
AsyncHandler<StartTopicsDetectionJobRequest,StartTopicsDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.clone() |
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.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.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2018. All rights reserved.