SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.ArgusKit.Sentiment Class Reference

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]
 

Detailed Description

Object which represents the sentiment of a person.

Member Enumeration Documentation

◆ SentimentType

The type of sentiment

Enumerator
Unknown 
Positive 
Neutral 
Negative 

Property Documentation

◆ NegativeSentimentThreshold

double RealNetworks.ArgusKit.Sentiment.NegativeSentimentThreshold = 0
getset

◆ PositiveSentimentThreshold

double RealNetworks.ArgusKit.Sentiment.PositiveSentimentThreshold = 0
getset

◆ Smile

bool? RealNetworks.ArgusKit.Sentiment.Smile = null
get

◆ SmileSymbol

string? RealNetworks.ArgusKit.Sentiment.SmileSymbol
get

◆ Symbol

string RealNetworks.ArgusKit.Sentiment.Symbol
get

Returns an emoji that expresses the current type of sentiment.

◆ Type

SentimentType RealNetworks.ArgusKit.Sentiment.Type
get

◆ Value

double? RealNetworks.ArgusKit.Sentiment.Value = null
getset