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

A collection of [IClassifier](/flexi-capture/appendix/scripts/iclassifier) objects, addressed by alias name.

## Methods

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