Click or drag to resize

Class Class

A class returned by the ClassifyResult object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1Class

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 Class

The Class type exposes the following members.

Constructors
  NameDescription
Public methodClass
Initializes a new instance of the Class class
Top
Properties
  NameDescription
Public propertyclass_name
The name of the class.
Public propertyconfidence
The confidence in this class.
Top
See Also