Click or drag to resize

ClassifyResult Properties

The ClassifyResult type exposes the following members.

Properties
  NameDescription
Public propertyclasses
A array of all classifications for the input text.
Public propertyclassifier_id
The ID of the classifier used.
Public propertytext
The input text into the classifier.
Public propertytop_class
The top class found for the text.
Public propertytopConfidence
Helper function to return the top confidence value of all the returned classes.
Public propertyurl
The URL of the classifier.
Top
See Also