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.RelationsResult Class Reference

Properties

float score [get, set]
 Confidence score for the relation. Higher values indicate greater confidence. More...
 
string sentence [get, set]
 The sentence that contains the relation More...
 
string type [get, set]
 The type of the relation More...
 
RelationArgument[] arguments [get, set]
 The extracted relation objects from the text More...
 

Property Documentation

RelationArgument [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.RelationsResult.arguments
getset

The extracted relation objects from the text

float IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.RelationsResult.score
getset

Confidence score for the relation. Higher values indicate greater confidence.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.RelationsResult.sentence
getset

The sentence that contains the relation

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.RelationsResult.type
getset

The type of the relation


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