Skip to main content

Identify sentiment of text

Identifies sentiment for a given piece of text. The maximum text size is 5 KB.

Application

  • Natural Language Processing

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Text to evaluateText to identify entities inText(Long)Yes
Text languageLanguage the “Text to evaluate” is inPredefined Choice ListNoEnglish

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

DescriptionData TypeRequired?Example
SentimentGeneral sentiment of the “Text to evaluate”Text(Short)YesPositive
Sentiment Score - PositiveThe level of confidence that the given text is PositiveNumber with decimalsYes0.96
Sentiment Score - NegativeThe level of confidence that the given text is NegativeNumber with decimalsYes0.26
Sentiment Score - NeutralThe level of confidence that the given text is NeutralNumber with decimalsYes0.04
Sentiment Score - MixedThe level of confidence that the given text is MixedNumber with decimalsYes0.13

Outcomes

NameDescription
SuccessThis status is selected in the event of that entities are identified in the given text.
Impossible to CompleteThis status is selected in the event of the following scenario:The maximum text size exceeds 5 KB

Requirements

  • N/A