| 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 |
|---|---|
StartTopicsDetectionJobResult |
AbstractAmazonComprehend.startTopicsDetectionJob(StartTopicsDetectionJobRequest request) |
StartTopicsDetectionJobResult |
AmazonComprehend.startTopicsDetectionJob(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest)
Starts an asynchronous topic detection job.
|
StartTopicsDetectionJobResult |
AmazonComprehendClient.startTopicsDetectionJob(StartTopicsDetectionJobRequest request)
Starts an asynchronous topic detection job.
|
| 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 |
|---|---|
StartTopicsDetectionJobResult |
StartTopicsDetectionJobResult.clone() |
StartTopicsDetectionJobResult |
StartTopicsDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartTopicsDetectionJobResult |
StartTopicsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job:
|
StartTopicsDetectionJobResult |
StartTopicsDetectionJobResult.withJobStatus(String jobStatus)
The status of the job:
|
Copyright © 2018. All rights reserved.