Minimum confidence value to decide that the Form type is recognized and no further comparison with Master Forms is needed.
public int MinimumConfidenceRecognized { get; set; }
Public Property MinimumConfidenceRecognized() As Integer
Get
Set
public:
property int MinimumConfidenceRecognized
{
int get()
void set(int value)
}
Valid values are from 0 to 100 and usually it is greater than MinimumConfidenceKnownForm. Default value is 90.
This value is set into the AutoFormsEngine.MinimumConfidenceKnownForm property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET