Aws Detect Text Emotion Engine
AWS - Comprehend Service - Detect text emotion
Description
Detects if the text is rather negative, positive or neutral with the associated probability for each of those emotions
Inputs
- Control Flow (Control Flow)
- text (String): the text to be analysed
- languageCode (SupportedLanguages): language in which the text is written
Outputs
- Control Flow (Control Flow)
- emotions (Map): Returns a js object that contains the detect sentiment with the associated probability
- error (Error Flow): If errors occurs