> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ClassificationResult Object (IClassificationResult Interface)

> ClassificationResult object (IClassificationResult interface) in the ABBYY FineReader Engine API — a single classification result with the category label and the probability that the classified object belongs to it.

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](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only   | The label of the category to which the object was assigned.         |
| Probability   | [double](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only | The probability that the document belongs to the detected category. |

## Related objects

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/classificationresult.gif?s=16a3ac96fca6f8c0443681939a91899c" alt="ClassificationResult" width="144" height="62" data-path="images/fine-reader/engine/classificationresult.gif" />[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/fine-reader/engine/api-reference/classification-related-objects/classificationresults)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## Output parameter

This object is the output parameter of the [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) method of the [ClassificationResults](/fine-reader/engine/api-reference/classification-related-objects/classificationresults) object.

## Samples

This object is used in the [Classification](/fine-reader/engine/guided-tour/samples#classification) demo tool in Windows and the [Classification](/fine-reader/engine/guided-tour/samples#classification_unix) code sample in Linux and macOS.

## See also

[ClassificationResults](/fine-reader/engine/api-reference/classification-related-objects/classificationresults)

[Document Classification](/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation/document-classification)
