Object which represents the sentiment of a person. More...
Public Types | |
enum | SentimentType { SentimentType.Unknown, SentimentType.Positive, SentimentType.Neutral, SentimentType.Negative } |
The type of sentiment More... | |
Properties | |
double? | Value = null [get, set] |
bool? | Smile = null [get] |
double | NegativeSentimentThreshold = 0 [get, set] |
double | PositiveSentimentThreshold = 0 [get, set] |
SentimentType | Type [get] |
string | Symbol [get] |
Returns an emoji that expresses the current type of sentiment. More... | |
string? | SmileSymbol [get] |
Object which represents the sentiment of a person.
|
strong |
|
getset |
|
getset |
|
get |
|
get |
|
get |
Returns an emoji that expresses the current type of sentiment.
|
get |
|
getset |