FormFix v6.0 for .NET - Updated
MinimumIdentificationConfidence Property



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : MinimumIdentificationConfidence Property
The minimum confidence for a successful match.
Syntax
'Declaration
 
Public Property MinimumIdentificationConfidence As Integer
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Integer
 
instance.MinimumIdentificationConfidence = value
 
value = instance.MinimumIdentificationConfidence
public int MinimumIdentificationConfidence {get; set;}
public:
property int MinimumIdentificationConfidence {
   int get();
   void set (    int value);
}
Remarks

This property sets a minimum confidence for a successful match. If the best match for an unknown image has a confidence lower than this value, this object will never consider it a match.

This object maintains a separate and independent internal minimum confidence and will also reject all matches that are lower than that value. This object bases that internal minimum confidence on several attributes, such as the IdentificationCertainty property, the IdentificationQuality, and the type of forms present in FormModels.

Valid range: 1 to 101

Default value: 70

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.