View source: R/comprehend_operations.R
comprehend_detect_targeted_sentiment | R Documentation |
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
See https://www.paws-r-sdk.com/docs/comprehend_detect_targeted_sentiment/ for full documentation.
comprehend_detect_targeted_sentiment(Text, LanguageCode)
Text |
[required] A UTF-8 text string. The maximum string length is 5 KB. |
LanguageCode |
[required] The language of the input documents. Currently, English is the only supported language. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.