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

Properties

string sentence [get, set]
 Sentence from the source that contains the subject, action, and object More...
 
SemanticRolesSubject subject [get, set]
 The extracted subject from the sentence More...
 
SemanticRolesAction action [get, set]
 The extracted action from the sentence More...
 
SemanticRolesObject _object [get, set]
 The extracted object from the sentence More...
 

Property Documentation

SemanticRolesObject IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.SemanticRolesResult._object
getset

The extracted object from the sentence

SemanticRolesAction IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.SemanticRolesResult.action
getset

The extracted action from the sentence

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

Sentence from the source that contains the subject, action, and object

SemanticRolesSubject IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.SemanticRolesResult.subject
getset

The extracted subject from the sentence


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