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

# IClassifiers

> Reference for the IClassifiers collection in the ABBYY FlexiCapture script object model, with methods to check for and retrieve an IClassifier by alias name.

## What it does

A collection of [IClassifier](/flexi-capture/appendix/scripts/iclassifier) objects.

## Methods

| **Definition**                                                                        | **Description**                                                         |
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| Get( aliasName : string ): bool                                                       | Checks if the collection contains a classifier with the specified name. |
| Has( aliasName : string ): [IClassifier](/flexi-capture/appendix/scripts/iclassifier) | Retrieves the classifier with the specified name.                       |
