GuessCode property (ILTRecognizedCharacters)
BSTR GuessCode | |
Overview |
Refer to Using Recognized Characters |
Remarks
Gets or sets a UNICODE string that contains the engine's first guess for a character, or a zero (0) indicating the character was not recognized and was rejected.
This property is updated with the current setting when the GetRecognizedCharacters method is called.
To update the set of recognized characters, set this property and the other ILTRecognizedCharacters properties accessed by the RecognizedCharacter property and call the SetRecognizedCharacters method.
See Also