←Select platform

GuessCode2 Property

Summary

Gets or sets the second guess of the recognition, if any.

Syntax
C#
VB
Objective-C
C++
Java
public char GuessCode2 { get; set; } 
Public Property GuessCode2 As Char 
@property (nonatomic, assign) wchar_t guessCode2 
public char getGuessCode2() 
public void setGuessCode2(char value) 
public: 
property char GuessCode2 { 
   char get(); 
   void set (    char ); 
} 

Property Value

The character code (value) of the second recognition guess, or zero (0) if none is determined.

Remarks

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

✎ NOTE

The following properties are not supported in the LEADTOOLS OCR Module – OmniPage Engine and OmniPage Arabic Engine.

Changing the values of these properties in the LEADTOOLS OCR Module – OmniPage Engine and OmniPage Arabic Engine will have no effect on the final document.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly