| 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 |
|---|---|
StartTargetedSentimentDetectionJobResult |
AmazonComprehendClient.startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest request)
Starts an asynchronous targeted sentiment detection job for a collection of documents.
|
StartTargetedSentimentDetectionJobResult |
AmazonComprehend.startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest startTargetedSentimentDetectionJobRequest)
Starts an asynchronous targeted sentiment detection job for a collection of documents.
|
StartTargetedSentimentDetectionJobResult |
AbstractAmazonComprehend.startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
StartTargetedSentimentDetectionJobResult |
StartTargetedSentimentDetectionJobResult.clone() |
StartTargetedSentimentDetectionJobResult |
StartTargetedSentimentDetectionJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the targeted sentiment detection job.
|
StartTargetedSentimentDetectionJobResult |
StartTargetedSentimentDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartTargetedSentimentDetectionJobResult |
StartTargetedSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartTargetedSentimentDetectionJobResult |
StartTargetedSentimentDetectionJobResult.withJobStatus(String jobStatus)
The status of the job.
|
Copyright © 2023. All rights reserved.