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

# ClassConfidenceModel

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

`ClassConfidenceModel` 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** | number | Read-only | The confidence value (higher means a more confident result). |

## Related topics

<CardGroup cols={3}>
  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/process/custom-activity/document">
    The document currently being processed by the Custom activity.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/custom-activity/object-model">
    Full JavaScript object reference for Custom activity scripts.
  </Card>

  <Card title="Classify activity" icon="tags" href="/vantage/documentation/skill-designer/process/classify-activity">
    Determines the type of an incoming document.
  </Card>
</CardGroup>
