Click or drag to resize

CategoriesResult Class

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

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

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 CategoriesResult

The CategoriesResult type exposes the following members.

Constructors
  NameDescription
Public methodCategoriesResult
Initializes a new instance of the CategoriesResult class
Top
Properties
  NameDescription
Public propertylabel
The path to the category through the taxonomy hierarchy
Public propertyscore
Confidence score for the category classification. Higher values indicate greater confidence
Top
See Also