ClassifyResult Properties |
The ClassifyResult type exposes the following members.
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.
|