The minimum confidence value to consider the form as being one of the known types in Master Forms repository.
public int MinimumConfidenceKnownForm {get; set;}
'Declaration
Public Property MinimumConfidenceKnownForm As Integer
'Usage
Dim instance As AutoFormsEngine
Dim value As Integer
instance.MinimumConfidenceKnownForm = value
value = instance.MinimumConfidenceKnownForm
public:
property int MinimumConfidenceKnownForm {
int get();
void set ( int value);
}
Property Value
The minimum confidence value to consider the form as being one of the known types in Master Forms repository.