ClassificationResult Object (IClassificationResult Interface)
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
Name | Type | Description |
---|---|---|
CategoryLabel | BSTR, read-only | The label of the category to which the object was assigned. |
Probability | double, read-only | The probability that the document belongs to the detected category. |
Related objects
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.
See also
9/17/2024 3:14:41 PM