←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++
public int Confidence { get; set; } 
  
Public Property Confidence As Integer 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly