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:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DMAISentiment ()


Properties

Double MIXED { get; set; }

A number between 0 and 1 which represents the value of the mixed sentiment detected in the given text.


Double NEGATIVE { get; set; }

A number between 0 and 1 which represents the value of the negative sentiment detected in the given text.


Double NEUTRAL { get; set; }

A number between 0 and 1 which represents the value of the neutral sentiment detected in the given text.


Double POSITIVE { get; set; }

A number between 0 and 1 which represents the value of the positive sentiment detected in the given text.


EAISentimentType Sentiment { get; }

The sentiment most present in the given text.


String SentimentDescription { get; }

The string value of the property 'Sentiment'