Click or drag to resize

EmotionScores Class

[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EmotionScores"]

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1EmotionScores

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class EmotionScores

The EmotionScores type exposes the following members.

Constructors
  NameDescription
Public methodEmotionScores
Initializes a new instance of the EmotionScores class
Top
Properties
  NameDescription
Public propertyanger
Anger score from 0 to 1. A higher score means that the text is more likely to convey anger
Public propertydisgust
Disgust score from 0 to 1. A higher score means that the text is more likely to convey disgust
Public propertyfear
Fear score from 0 to 1. A higher score means that the text is more likely to convey fear
Public propertyjoy
Joy score from 0 to 1. A higher score means that the text is more likely to convey joy
Public propertysadness
Sadness score from 0 to 1. A higher score means that the text is more likely to convey sadness
Top
See Also