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

# IClassConfidence

> Reference for the IClassConfidence object in the ABBYY FlexiCapture script object model, exposing the class Name and Confidence for a classification variant.

## What it does

The detailed information about a classification variant: the name of the class and the confidence estimate.

## Properties

| **Name**   | **Type** | **Access** | **Description**                                                                                                                               |
| ---------- | -------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Confidence | int      | Read-only  | Returns the confidence of this class variant for the page. Confidence is not probability but an internal estimate provided by the classifier. |
| Name       | string   | Read-only  | The name of the class.                                                                                                                        |
