Click or drag to resize

ClassifyResult Class

This result object is returned by the Classify() method.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1ClassifyResult

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ClassifyResult

The ClassifyResult type exposes the following members.

Constructors
  NameDescription
Public methodClassifyResult
Initializes a new instance of the ClassifyResult class
Top
Properties
  NameDescription
Public propertyclasses
A array of all classifications for the input text.
Public propertyclassifier_id
The ID of the classifier used.
Public propertytext
The input text into the classifier.
Public propertytop_class
The top class found for the text.
Public propertytopConfidence
Helper function to return the top confidence value of all the returned classes.
Public propertyurl
The URL of the classifier.
Top
See Also