comprehend_detect_targeted_sentiment: Inspects the input text and returns a sentiment analysis for...

View source: R/comprehend_operations.R

comprehend_detect_targeted_sentimentR Documentation

Inspects the input text and returns a sentiment analysis for each entity identified in the text

Description

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.

Usage

comprehend_detect_targeted_sentiment(Text, LanguageCode)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.