Click or drag to resize

Classifier Class

This data class holds the data for a given classifier returned by GetClassifier().
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1Classifier

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 Classifier

The Classifier type exposes the following members.

Constructors
  NameDescription
Public methodClassifier
Initializes a new instance of the Classifier class
Top
Properties
  NameDescription
Public propertyclassifier_id
The classifier ID.
Public propertycreated
When was this classifier created.
Public propertylanguage
The language ID of the classifier (e.g. en)
Public propertyname
The name of the classifier.
Public propertystatus
Whats the current status of this classifier.
Public propertystatus_description
A description of the classifier status.
Public propertyurl
The URL for the classifier.
Top
See Also