Click or drag to resize

KeywordsResult Class

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

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

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 KeywordsResult

The KeywordsResult type exposes the following members.

Constructors
  NameDescription
Public methodKeywordsResult
Initializes a new instance of the KeywordsResult class
Top
Properties
  NameDescription
Public propertyemotion
Emotion analysis results for the keyword, enabled with the "emotion" option
Public propertyrelevance
Relevance score from 0 to 1. Higher values indicate greater relevance
Public propertysentiment
Sentiment analysis results for the keyword, enabled with the "sentiment" option
Public propertytext
The keyword text
Top
See Also