NaturalLanguageClassifier Class |
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1
public class NaturalLanguageClassifier : IWatsonService
The NaturalLanguageClassifier type exposes the following members.
Name | Description | |
---|---|---|
NaturalLanguageClassifier | Initializes a new instance of the NaturalLanguageClassifier class |
Name | Description | |
---|---|---|
Credentials |
Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.
| |
Url |
Gets and sets the endpoint URL for the service.
|
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.
|