Click or drag to resize

ClassificationCollection Class

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

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 ClassificationCollection

The ClassificationCollection type exposes the following members.

Constructors
  NameDescription
Public methodClassificationCollection
Initializes a new instance of the ClassificationCollection class
Top
Properties
  NameDescription
Public propertyclasses
An array of up to ten class-confidence pairs sorted in descending order of confidence.
Public propertytext
The submitted phrase.
Public propertytop_class
The class with the highest confidence.
Public propertytopConfidence
Helper function to return the top confidence value of all the returned classes.
Top
See Also