| 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 |
|---|---|
StartSentimentDetectionJobResult |
AmazonComprehendClient.startSentimentDetectionJob(StartSentimentDetectionJobRequest request)
Starts an asynchronous sentiment detection job for a collection of documents.
|
StartSentimentDetectionJobResult |
AbstractAmazonComprehend.startSentimentDetectionJob(StartSentimentDetectionJobRequest request) |
StartSentimentDetectionJobResult |
AmazonComprehend.startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSentimentDetectionJobResult> |
AmazonComprehendAsyncClient.startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest request,
AsyncHandler<StartSentimentDetectionJobRequest,StartSentimentDetectionJobResult> asyncHandler) |
Future<StartSentimentDetectionJobResult> |
AbstractAmazonComprehendAsync.startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest request,
AsyncHandler<StartSentimentDetectionJobRequest,StartSentimentDetectionJobResult> asyncHandler) |
Future<StartSentimentDetectionJobResult> |
AmazonComprehendAsync.startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest,
AsyncHandler<StartSentimentDetectionJobRequest,StartSentimentDetectionJobResult> asyncHandler)
Starts an asynchronous sentiment detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.clone() |
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the sentiment detection job.
|
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.withJobStatus(String jobStatus)
The status of the job.
|
Copyright © 2023. All rights reserved.