| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectTargetedSentimentItemResult |
BatchDetectTargetedSentimentItemResult.clone() |
BatchDetectTargetedSentimentItemResult |
BatchDetectTargetedSentimentItemResult.withEntities(Collection<TargetedSentimentEntity> entities)
An array of targeted sentiment entities.
|
BatchDetectTargetedSentimentItemResult |
BatchDetectTargetedSentimentItemResult.withEntities(TargetedSentimentEntity... entities)
An array of targeted sentiment entities.
|
BatchDetectTargetedSentimentItemResult |
BatchDetectTargetedSentimentItemResult.withIndex(Integer index)
The zero-based index of this result in the input list.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDetectTargetedSentimentItemResult> |
BatchDetectTargetedSentimentResult.getResultList()
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withResultList(BatchDetectTargetedSentimentItemResult... resultList)
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectTargetedSentimentResult.setResultList(Collection<BatchDetectTargetedSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withResultList(Collection<BatchDetectTargetedSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2024. All rights reserved.