WordRecognitionVariants Object (IWordRecognitionVariants Interface)
This object is a collection of variants of a word's recognition. The collection contains recognition variants ordered from best to worst, determined by the internal estimation mechanism.
Notes:
- 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
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| Count | int, read-only | Stores the number of elements in the collection. |
| Element | WordRecognitionVariant, 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

Output parameter
This object is the output parameter of the following methods:
- GetWordRecognitionVariants method of the Paragraph object
- GetRecognitionVariants method of the Word object
See also
9/17/2024 3:14:40 PM