Click or drag to resize

NaturalLanguageClassifier Class

This class wraps the Natural Language Classifier service. Natural Language Classifier Service
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1NaturalLanguageClassifier

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 NaturalLanguageClassifier : IWatsonService

The NaturalLanguageClassifier type exposes the following members.

Constructors
  NameDescription
Public methodNaturalLanguageClassifier
Initializes a new instance of the NaturalLanguageClassifier class
Top
Properties
  NameDescription
Public propertyCredentials
Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.
Public propertyUrl
Gets and sets the endpoint URL for the service.
Top
Methods
  NameDescription
Public methodClassify
Classifies the given text, invokes the callback with the results.
Public methodClassifyCollection
Returns label information for multiple phrases. The status must be Available before you can use the classifier to classify text. Note that classifying Japanese texts is a beta feature.
Public methodDeleteClassifer
Deletes the specified classifier.
Public methodGetClassifier
Returns a specific classifer.
Public methodGetClassifiers
Returns an array of all classifiers to the callback function.
Public methodTrainClassifier
Train a new classifier.
Top
See Also