ClassifyResult Class |
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1
public class ClassifyResult
The ClassifyResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ClassifyResult | Initializes a new instance of the ClassifyResult class |
| Name | Description | |
|---|---|---|
| classes |
A array of all classifications for the input text.
| |
| classifier_id |
The ID of the classifier used.
| |
| text |
The input text into the classifier.
| |
| top_class |
The top class found for the text.
| |
| topConfidence |
Helper function to return the top confidence value of all the returned classes.
| |
| url |
The URL of the classifier.
|