←Select platform

GuessConfidence2 Property

Summary

An integer value between 0 (worst) and 100 (best) that indicates the confidence number expressing the recognition certainty of the third guess. (GuessCode2).

Syntax
C#
VB
C++
public int GuessConfidence2 { get; set; } 
Public Property GuessConfidence2() As Integer 
   Get 
   Set 
public:  
   property Int32 GuessConfidence2 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

An integer value between 0 (worst) and 100 (best) that indicates the confidence number expressing the recognition certainty of the first guess. (GuessCode2).

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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.