Skip to main content

Class Sentiment

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Sentiment. Sentiment information: Score (-100 to 100) and Confidence (0 to 100)

Inheritance

objectCarrierSentiment

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

Sentiment()

Default constructor - defaults any enum props to 0.

Properties

Confidence

Sentiment analysis confidence, where available. 0 = no idea, 100 = perfectly confident, -1 = no confidence score available

Property Value

int

Score

Sentiment score, -100 = very unhappy, 100 = very happy, 0 = no idea (not recognized)

Property Value

int

See Also

AIAgent