GuessCode3 property (ILTRecognizedCharacters)
BSTR GuessCode3 | |
Overview |
Refer to Using Recognized Characters |
Remarks
Sets and Gets the third guess of the recognition.
Gets or sets a UNICODE string that contains the engine's third guess for a character.
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