Leadtools.Forms.Auto Namespace > AutoFormsEngine Class : MinimumConfidenceRecognized Property |
public int MinimumConfidenceRecognized {get; set;}
'Declaration Public Property MinimumConfidenceRecognized As Integer
'Usage Dim instance As AutoFormsEngine Dim value As Integer instance.MinimumConfidenceRecognized = value value = instance.MinimumConfidenceRecognized
public int MinimumConfidenceRecognized {get; set;}
get_MinimumConfidenceRecognized();
set_MinimumConfidenceRecognized(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2