Click or drag to resize

NaturalLanguageClassifier Methods

The NaturalLanguageClassifier type exposes the following members.

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