| Visual Basic (Declaration) | |
|---|---|
Public Property MinimumConfidenceRecognized As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int MinimumConfidenceRecognized {get; set;} | |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code