←Select platform

Confidence Property

Summary
Gets or sets the level of confidence that a recognition engine has when comparing the Form page attributes object to the Master Form page attributes object.

Syntax
C#
C++/CLI
Java
Python
public int Confidence { get; set; } 
public int getConfidence(); 
public void setConfidence( 
   int intValue 
); 
public: 
property int Confidence { 
   int get(); 
   void set (    int ); 
} 
Confidence # get and set (PageRecognitionResult) 

Property Value

The confidence number expressing the certainty of the recognition of the Form page.

Remarks

Confidence values range from 0 to 100. 0 represents no confidence, 100 represents full confidence.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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