| 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<DescribeTopicsDetectionJobResult> |
AbstractAmazonComprehendAsync.describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest request,
AsyncHandler<DescribeTopicsDetectionJobRequest,DescribeTopicsDetectionJobResult> asyncHandler) |
Future<DescribeTopicsDetectionJobResult> |
AmazonComprehendAsyncClient.describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest request,
AsyncHandler<DescribeTopicsDetectionJobRequest,DescribeTopicsDetectionJobResult> asyncHandler) |
Future<DescribeTopicsDetectionJobResult> |
AmazonComprehendAsync.describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest,
AsyncHandler<DescribeTopicsDetectionJobRequest,DescribeTopicsDetectionJobResult> asyncHandler)
Gets the properties associated with a topic detection job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicsDetectionJobRequest |
DescribeTopicsDetectionJobRequest.clone() |
DescribeTopicsDetectionJobRequest |
DescribeTopicsDetectionJobRequest.withJobId(String jobId)
The identifier assigned by the user to the detection job.
|
Copyright © 2021. All rights reserved.