class
DMAISentiment
This class represents a text sentiment detected with 'DetectSentiment' activity. The sentiment told if the text is POSITIVE, NEGATIVE, NEUTRAL or MIXED.
Base class:
This type does not have any base class
Implemented interfaces:
Derived types:
This type is not derived by any type in DocsMarshal.
Properties
A number between 0 and 1 which represents the value of the mixed sentiment detected in the given text.
A number between 0 and 1 which represents the value of the negative sentiment detected in the given text.
A number between 0 and 1 which represents the value of the neutral sentiment detected in the given text.
A number between 0 and 1 which represents the value of the positive sentiment detected in the given text.
The sentiment most present in the given text.
String SentimentDescription { get; }
The string value of the property 'Sentiment'