←Select platform

MinimumConfidenceRecognized Property

Summary

The minimum confidence value to consider the form as being recognized and to stop searching Master Forms.

Syntax

C#
VB
C++
public int MinimumConfidenceRecognized { get; set; } 
  
Public Property MinimumConfidenceRecognized As Integer 
public: 
property int MinimumConfidenceRecognized { 
   int get(); 
   void set (    int ); 
} 

Property Value

The minimum confidence value to consider the form as being recognized and to stop searching Master Forms.

Remarks

The value ranges from 0 to 100 and it should be greater than MinimumConfidenceKnownForm.

This value is useful in order to speed up the recognition process.

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.Auto Assembly