CharacterRecognitionVariants Object (ICharacterRecognitionVariants Interface)
This object is a collection of recognition variants for a single character. The collection contains recognition variants ranked from the best to the worst. You can select the best recognition variant for a character by voting between the variants. See Using Voting API for details. The collection is accessible via the CharParams object.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Count | int, read-only | Stores the number of elements in the collection. |
Element | CharacterRecognitionVariant, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Item | Provides access to a single element of the collection. |
Related objects
See also
7/3/2024 8:50:25 AM