GetCharAttributes
This method returns the character, character attributes, and the
confidence for a character in the worktext specific by
CharIndex
.
Syntax
GetCharAttributes(CharIndex as Long, pChar as Long, pAttributes as Long, pConfidence as Long)
Parameter | Description |
---|---|
CharIndex | Index of the character. |
pChar | Character |
pAttributes | Attributes |
pConfidence | Current confidence of the value.
Possible values 0 to 100, where 0 means that the recognition is unconfident, and 100 means that the recognition is confident. |