←Select platform

GuessConfidence3 Property

Summary

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

Syntax
C#
C++/CLI
Python
public int GuessConfidence3 { get; set; } 
public:  
   property Int32 GuessConfidence3 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
GuessConfidence3 # get and set (OcrCharacter) 

Property Value

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

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.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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