ICharacterParams
What it does
Stores information about character properties.
Note. Some methods and properties of this object are not available on the Web Verification Station for checking rules locally. The methods and properties that are not supported are marked with an asterisk (*).
Methods
Definition | Description |
SetRect( newRect : string, [optional] pageId : int ) * |
Specifies a new rectangle for a character. The newRect parameter must be passed in the form of the string "[left, top, right, bottom]". The specified rectangle must be completely inside the region of the field that contains the character.
|
Properties
Name | Type | Access | Description |
---|---|---|---|
Confidence * | int | Read-only |
Confidence level for a batch type. Returns a value from 0 to 100.
|
IsSuspicious * | bool | Read/write |
Specifies whether or not a character has been recognized with a sufficient degree of confidence. This flag is effective only in the custom recognition script.
|
Lang * | int | Read/write |
Detects the language of characters in a field. Example
|
NeedVerification | bool | Read/write |
Specifies whether any additional verification is required for the character. The value of this flag determines whether the character will be highlighted in the document editor.
To specify, whether the whole field (not particular characters) needs verification, use the NeedVerification property of the IField interface. |
PageId * | int | Read-only | Identifies the page on which the rectangle of the character is located. Required for multi-page fields. |
Rect * | IRect | Read-only | A rectangle that contains the character. If the rectangle is not specified, null is returned. |
Symbol | string | Read/write | A character (a string consisting of one character). |
4/12/2024 6:16:02 PM