| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<TargetedSentimentMention> |
TargetedSentimentEntity.mentions()
An array of mentions of the entity in the document.
|
| Modifier and Type | Method and Description |
|---|---|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.mentions(TargetedSentimentMention... mentions)
An array of mentions of the entity in the document.
|
| Modifier and Type | Method and Description |
|---|---|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.mentions(Collection<TargetedSentimentMention> mentions)
An array of mentions of the entity in the document.
|
Copyright © 2023. All rights reserved.