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.
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 | 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
7/3/2024 8:50:25 AM