| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentDetectionJobProperties |
DescribeSentimentDetectionJobResponse.sentimentDetectionJobProperties()
An object that contains the properties associated with a sentiment detection job.
|
| Modifier and Type | Method and Description |
|---|---|
List<SentimentDetectionJobProperties> |
ListSentimentDetectionJobsResponse.sentimentDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSentimentDetectionJobResponse.Builder |
DescribeSentimentDetectionJobResponse.Builder.sentimentDetectionJobProperties(SentimentDetectionJobProperties sentimentDetectionJobProperties)
An object that contains the properties associated with a sentiment detection job.
|
ListSentimentDetectionJobsResponse.Builder |
ListSentimentDetectionJobsResponse.Builder.sentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListSentimentDetectionJobsResponse.Builder |
ListSentimentDetectionJobsResponse.Builder.sentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2023. All rights reserved.