Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| FirstSymbolPosition | int, read-only | Returns the index of the first character in the word. The index is the character position in the paragraph, it may be in the range of 0 to the value of the IParagraph::Length property minus 1. |
| IsWordFromDictionary | VARIANT\_BOOL, read-only | Specifies whether the word was found in the dictionary. |
| ModelType | WordModelTypeEnum, read-only | Returns the type of model applied while separating the word. Note: When recognizing a document, the applying of model type depends on the selected mode of document contents reusing (see details in SourceContentReuseModeEnum). |
| Region | Region, read-only | Provides access to the region which contains the word. Use the BoundingRectangle property of this region to get the rectangle of the word. The region coordinates (in pixels) are relative to the left top corner of the image. |
| Text | BSTR, read-only | Returns the word as is. Note: In contrast with the IParagraph::Text property, if the paragraph has right-to-left writing direction (like for Hebrew), a word in the paragraph is a string which contains the characters of the word from left to right. For example, the Hebrew word |
Methods
| Name | Description |
|---|---|
| GetRecognitionVariants | Returns a collection of variants of a word’s recognition. |
Related objects
Object Diagram
