Detect sentiment

This activity determines whether the tone of a text string is positive, negative, or neutral. Supports English and Spanish languages.

Table 1. Detect sentiment action - Inputs
Parameters Description

Language

Supports English or Spanish.

Text

Text information to be analyzed.

Table 2. Detect sentiment action - Outputs
Parameters Description

Sentiment

Indicates POSITIVE, NEGATIVE or NEUTRAL after analyzing the input string

Result

Object with a numeric score after evaluating the text string for the following values: Positive, Negative, Neutral, Mixed.

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).