Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.KeywordsResult Class Reference

Properties

float relevance [get, set]
 Relevance score from 0 to 1. Higher values indicate greater relevance More...
 
string text [get, set]
 The keyword text More...
 
EmotionScores emotion [get, set]
 Emotion analysis results for the keyword, enabled with the "emotion" option More...
 
FeatureSentimentResults sentiment [get, set]
 Sentiment analysis results for the keyword, enabled with the "sentiment" option More...
 

Property Documentation

EmotionScores IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.KeywordsResult.emotion
getset

Emotion analysis results for the keyword, enabled with the "emotion" option

float IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.KeywordsResult.relevance
getset

Relevance score from 0 to 1. Higher values indicate greater relevance

FeatureSentimentResults IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.KeywordsResult.sentiment
getset

Sentiment analysis results for the keyword, enabled with the "sentiment" option

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.KeywordsResult.text
getset

The keyword text


The documentation for this class was generated from the following file: