Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier Class Reference

This data class holds the data for a given classifier returned by GetClassifier(). More...

Properties

string name [get, set]
 The name of the classifier. More...
 
string language [get, set]
 The language ID of the classifier (e.g. en) More...
 
string url [get, set]
 The URL for the classifier. More...
 
string classifier_id [get, set]
 The classifier ID. More...
 
string created [get, set]
 When was this classifier created. More...
 
string status [get, set]
 Whats the current status of this classifier. More...
 
string status_description [get, set]
 A description of the classifier status. More...
 

Detailed Description

This data class holds the data for a given classifier returned by GetClassifier().

Property Documentation

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.classifier_id
getset

The classifier ID.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.created
getset

When was this classifier created.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.language
getset

The language ID of the classifier (e.g. en)

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.name
getset

The name of the classifier.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.status
getset

Whats the current status of this classifier.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.status_description
getset

A description of the classifier status.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.Classifier.url
getset

The URL for the classifier.


The documentation for this class was generated from the following file: