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