| 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 |
|---|---|
DescribeTopicsDetectionJobResult |
AbstractAmazonComprehend.describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest request) |
DescribeTopicsDetectionJobResult |
AmazonComprehendClient.describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest request)
Gets the properties associated with a topic detection job.
|
DescribeTopicsDetectionJobResult |
AmazonComprehend.describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest)
Gets the properties associated with a topic detection job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTopicsDetectionJobResult> |
AbstractAmazonComprehendAsync.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.
|
Future<DescribeTopicsDetectionJobResult> |
AmazonComprehendAsyncClient.describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest request,
AsyncHandler<DescribeTopicsDetectionJobRequest,DescribeTopicsDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicsDetectionJobResult |
DescribeTopicsDetectionJobResult.clone() |
DescribeTopicsDetectionJobResult |
DescribeTopicsDetectionJobResult.withTopicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)
The list of properties for the requested job.
|
Copyright © 2022. All rights reserved.