Skip to main content
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.
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementCharacterRecognitionVariant, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
ItemProvides access to a single element of the collection.
CharacterRecognitionVariants Object Diagram

See also

CharParams CharacterRecognitionVariant WordRecognitionVariants Using Voting API Working with Collections Working with Properties