Automatically finds the minimum confidence value that is needed to consider an unknown form as recognized and no further Master Form comparison is needed.
Syntax
public int GetMinimumRecognizedConfidenceForm()
Public Function GetMinimumRecognizedConfidenceForm() As Integer
public int getMinimumRecognizedConfidenceForm();
public:
int GetMinimumRecognizedConfidenceForm();
The minimum confidence value that is needed to consider unknown form as recognized.
Automatically finds the minimum confidence value that is needed to consider an unknown form is recognized and no further Master Form comparison is needed.
If the MinimumConfidenceRecognized is set to this value it will speed up the form recognition process without losing the accuracy, by reducing the number of required comparisons.
If RecognizeFirstPageOnly is set to true, this value will be calculated based on the first page of the Master Forms, otherwise it will use all Master Forms pages.
This value is useful when using the RecognizeForm(RasterImage,List<IMasterFormsCategory>) method.
For an example, refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, List<IMasterFormsCategory>).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document