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 code sample.
See also
03.07.2024 8:50:25