The MinimumConfidenceRecognized Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
The minimum confidence value to consider the form as being recognized and to stop searching Master Forms.| Visual Basic (Declaration) | |
|---|---|
Public Property MinimumConfidenceRecognized As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoFormsEngine Dim value As Integer instance.MinimumConfidenceRecognized = value value = instance.MinimumConfidenceRecognized | |
| C# | |
|---|---|
public int MinimumConfidenceRecognized {get; set;} | |
Property Value
The minimum confidence value to consider the form as being recognized and to stop searching Master Forms.For an example, refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, List<IMasterFormsCategory>).
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code