Click or drag to resize

RelationsResult Class

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

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

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 RelationsResult

The RelationsResult type exposes the following members.

Constructors
  NameDescription
Public methodRelationsResult
Initializes a new instance of the RelationsResult class
Top
Properties
  NameDescription
Public propertyarguments
The extracted relation objects from the text
Public propertyscore
Confidence score for the relation. Higher values indicate greater confidence.
Public propertysentence
The sentence that contains the relation
Public propertytype
The type of the relation
Top
See Also