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

# IClassificationResult

> Reference for the IClassificationResult object in the ABBYY FlexiCapture script object model, holding the assigned ClassName, confidence flag, and candidates.

## What it does

The result of classifying a page with [IClassifier](/flexi-capture/appendix/scripts/iclassifier).

## Properties

| **Name**    | **Type**                                                               | **Access** | **Description**                                                            |
| ----------- | ---------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------- |
| Classes     | [IClassConfidences](/flexi-capture/appendix/scripts/iclassconfidences) | Read-only  | The collection of possible class names for the page, sorted by confidence. |
| ClassName   | string                                                                 | Read-only  | The name of the class assigned to the page by the classifier.              |
| IsConfident | bool                                                                   | Read-only  | Indicates if ClassName was assigned confidently.                           |
