NaturalLanguageClassifier Methods |
The NaturalLanguageClassifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | Classify |
Classifies the given text, invokes the callback with the results.
|
![]() | ClassifyCollection |
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.
|
![]() | DeleteClassifer |
Deletes the specified classifier.
|
![]() | GetClassifier |
Returns a specific classifer.
|
![]() | GetClassifiers |
Returns an array of all classifiers to the callback function.
|
![]() | TrainClassifier |
Train a new classifier.
|