This object represents a variant of a word recognition. It is an element of WordRecognitionVariants collection.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.
Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| IsWordFromDictionary | VARIANT_BOOL, read-only | Specifies whether the word is found in the dictionary. |
| MeanStrokeWidth | double, read-only | Returns the mean width of stroke in the RLE representation of a word image, expressed in pixels. |
| ModelType | WordModelTypeEnum, read-only | Returns the type of model used while composing the word. |
| Text | BSTR, read-only | Returns the word. Note: In contrast with the IParagraph::Text property, if the paragraph has right-to-left writing direction (like for Hebrew), a recognition variant is a string which contains characters of the word from left to right. For example, the Hebrew word |
| WordConfidence | int, read-only | Stores the value of recognition confidence of the word variant. It is calculated using different bonuses (e.g., for a word from dictionary, for used word model) and penalties (e.g., for recognition quality). It represents an estimate of probability that this word variant is correct. The value makes sense only when different recognition variants of one word are compared. |
Methods
| Name | Description |
|---|---|
| GetCharParams | Provides access to parameters of a single character. |
Related objects
Object Diagram
