DetectSentiment Processor
Part of the AWS Processor package
Last updated
Was this helpful?
Part of the AWS Processor package
Last updated
Was this helpful?
This processor will take in input string and return the sentiment of the text. The sentiment can be thought of as the connotation of the message.
This processor does not have any unique properties outside of the common ones.
If the Destination property is set to flowfile-attribute
, then the output of this processor will be routed to the FlowFile's nlp.Sentiment
attribute, which will be created if it isn't present.
Field Name
Data Type
Description
sentiment
string (Sentiment)
The sentiment of the text
score
float
How confident the API is in its response