←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#
VB
C++
Java
public int Confidence { get; set; } 
  
Public Property Confidence As Integer 
public int getConfidence(); 
public void setConfidence( 
   int intValue 
); 
public: 
property int Confidence { 
   int get(); 
   void set (    int ); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly