Detect sentiment
This activity determines whether the tone of a text string is positive, negative, or neutral. Supports English and Spanish languages.
| Parameters | Description |
|---|---|
|
Language |
Supports English or Spanish. |
|
Text |
Text information to be analyzed. |
| 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). |
↑