| 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 |
|---|---|
BatchDetectTargetedSentimentRequest |
BatchDetectTargetedSentimentRequest.clone() |
BatchDetectTargetedSentimentRequest |
BatchDetectTargetedSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectTargetedSentimentRequest |
BatchDetectTargetedSentimentRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
BatchDetectTargetedSentimentRequest |
BatchDetectTargetedSentimentRequest.withTextList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectTargetedSentimentRequest |
BatchDetectTargetedSentimentRequest.withTextList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
Copyright © 2023. All rights reserved.