Skip to main content
This object corresponds to a single classification result, consisting of the category name and the probability that the classified object belongs to this category.

Properties

NameTypeDescription
CategoryLabelBSTR, read-onlyThe label of the category to which the object was assigned.
Probabilitydouble, read-onlyThe probability that the document belongs to the detected category.
ClassificationResult Object Diagram

Output parameter

This object is the output parameter of the Item method of the ClassificationResults object.

Samples

This object is used in the Classification demo tool in Windows and the Classification code sample in Linux and macOS.

See also

ClassificationResults Document Classification