> ## 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.

# ClassConfidence

> ClassConfidence — a single class-confidence pair returned by Document.ClassConfidences after a Classification skill runs.

`ClassConfidence` represents a single class and its confidence — an estimate of the probability that the document was classified correctly.

## Properties

| Name           | Type   | Access    | Description                                                  |
| :------------- | :----- | :-------- | :----------------------------------------------------------- |
| **Class**      | string | Read-only | The name of the class.                                       |
| **Confidence** | int    | Read-only | The confidence value (higher means a more confident result). |

## Related topics

* [Document](/vantage/documentation/skill-designer/process/condition-activity/document)
* [Object model](/vantage/documentation/skill-designer/process/condition-activity/object-model)
* [Classify activity](/vantage/documentation/skill-designer/process/classify-activity)
