Click or drag to resize

SemanticRolesResult Class

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

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

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 SemanticRolesResult

The SemanticRolesResult type exposes the following members.

Constructors
  NameDescription
Public methodSemanticRolesResult
Initializes a new instance of the SemanticRolesResult class
Top
Properties
  NameDescription
Public property_object
The extracted object from the sentence
Public propertyaction
The extracted action from the sentence
Public propertysentence
Sentence from the source that contains the subject, action, and object
Public propertysubject
The extracted subject from the sentence
Top
See Also