| 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 |
|---|---|
StartKeyPhrasesDetectionJobResult |
AbstractAmazonComprehend.startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest request) |
StartKeyPhrasesDetectionJobResult |
AmazonComprehendClient.startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest request)
Starts an asynchronous key phrase detection job for a collection of documents.
|
StartKeyPhrasesDetectionJobResult |
AmazonComprehend.startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest)
Starts an asynchronous key phrase detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartKeyPhrasesDetectionJobResult> |
AmazonComprehendAsyncClient.startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest request,
AsyncHandler<StartKeyPhrasesDetectionJobRequest,StartKeyPhrasesDetectionJobResult> asyncHandler) |
Future<StartKeyPhrasesDetectionJobResult> |
AmazonComprehendAsync.startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest,
AsyncHandler<StartKeyPhrasesDetectionJobRequest,StartKeyPhrasesDetectionJobResult> asyncHandler)
Starts an asynchronous key phrase detection job for a collection of documents.
|
Future<StartKeyPhrasesDetectionJobResult> |
AbstractAmazonComprehendAsync.startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest request,
AsyncHandler<StartKeyPhrasesDetectionJobRequest,StartKeyPhrasesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartKeyPhrasesDetectionJobResult |
StartKeyPhrasesDetectionJobResult.clone() |
StartKeyPhrasesDetectionJobResult |
StartKeyPhrasesDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartKeyPhrasesDetectionJobResult |
StartKeyPhrasesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartKeyPhrasesDetectionJobResult |
StartKeyPhrasesDetectionJobResult.withJobStatus(String jobStatus)
The status of the job.
|
Copyright © 2021. All rights reserved.