| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopKeyPhrasesDetectionJobResult> |
AmazonComprehendAsyncClient.stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest request,
AsyncHandler<StopKeyPhrasesDetectionJobRequest,StopKeyPhrasesDetectionJobResult> asyncHandler) |
Future<StopKeyPhrasesDetectionJobResult> |
AbstractAmazonComprehendAsync.stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest request,
AsyncHandler<StopKeyPhrasesDetectionJobRequest,StopKeyPhrasesDetectionJobResult> asyncHandler) |
Future<StopKeyPhrasesDetectionJobResult> |
AmazonComprehendAsync.stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest,
AsyncHandler<StopKeyPhrasesDetectionJobRequest,StopKeyPhrasesDetectionJobResult> asyncHandler)
Stops a key phrases detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
StopKeyPhrasesDetectionJobRequest |
StopKeyPhrasesDetectionJobRequest.clone() |
StopKeyPhrasesDetectionJobRequest |
StopKeyPhrasesDetectionJobRequest.withJobId(String jobId)
The identifier of the key phrases detection job to stop.
|
Copyright © 2023. All rights reserved.