The MinimumConfidenceKnownForm 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 one of the known types in Master Forms repository.Visual Basic (Declaration) | |
---|---|
Public Property MinimumConfidenceKnownForm As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoFormsEngine Dim value As Integer instance.MinimumConfidenceKnownForm = value value = instance.MinimumConfidenceKnownForm |
C# | |
---|---|
public int MinimumConfidenceKnownForm {get; set;} |
Property Value
The minimum confidence value to consider the form as being one of the known types in Master Forms repository.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 less than MinimumConfidenceRecognized.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7