enum EAISentimentType

This enumeration lists the possible sentiments which 'DetectSentiment' activity is able to detect in a given text.


Properties

Mixed = 0


Negative = 1


Neutral = 2


Positive = 3