CharParams Object (ICharParams Interface)
This object allows you to access the parameters of a single character in recognized text. All the Boolean properties of a newly created object of this type are set to FALSE.
This object does not provide access to the variants of character recognition. A single variant of a character recognition is represented by the RecognizedCharacterInfo object.
Properties
Name | Type | Description |
---|---|---|
CharConfidence | Integer, read-only | Stores the value of recognition confidence of the character. This is the confidence of the main (selected) recognition variant. It represents an estimate of probability that this variant is correct, in comparison to other recognition variants. See also What is the difference between the CharConfidence and the IsSuspicious properties? |
IsEditedByRules | Boolean |
Specifies whether the character has been edited during rules checking. By default, the value of this property is FALSE. |
IsEditedByUser | Boolean |
Specifies whether the character has been edited by a user. By default, the value of this property is FALSE. |
IsSuspicious | Boolean |
This property set to TRUE means that the character was recognized uncertainly. By default, the value of this property is FALSE. |
LanguageId | LanguageIdEnum |
Specifies the identifier of the character language. By default this property is initialized with the system default language identifier. |
NeedsGroupVerification | Boolean |
Specifies whether the character should be submitted for group verification. We recommend submitting only checkmarks and fields containing numbers for group verification. By default, the value of this property is FALSE. |
NeedsVerification | Boolean |
Specifies whether the character should be submitted for verification. By default, the value of this property is FALSE. |
PageId | Integer | Specifies the identifier of the page that contains the character rectangle. |
RecognizedWordCharacterIndex | Integer, read-only | Stores the index of the character in the word, which contains this character. |
RecognizedWordIndex | Integer, read-only | Stores the index of the word, which contains the character, in the collection of recognized words. |
Rectangle | Rectangle | Specifies the coordinates of the character. |
Related objects
Output parameter
This object is the output parameter of the CreateCharParams method of the Engine object.
Input parameter
This object is the input parameter of the following methods:
- CreateText method of the Engine object
- GetCharParams, GetCharParamsEx, SetCharParams method of the Text object
See also
8/15/2023 1:19:30 PM