Accusoft.FormFix5.Net - Updated
IdentificationCertainty Property




Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : IdentificationCertainty Property
Indicates the likelihood that an unknown form should match a form in the FormModels collection.
Syntax
'Declaration
 
Public Property IdentificationCertainty As Integer
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Integer
 
instance.IdentificationCertainty = value
 
value = instance.IdentificationCertainty
public int IdentificationCertainty {get; set;}
public: __property int get_IdentificationCertainty();
public: __property void set_IdentificationCertainty( 
   int value
);
public:
property int IdentificationCertainty {
   int get();
   void set (    int value);
}
Remarks

This property indicates the probability that an unknown form is a match for a form in the FormModels collection. In most situations, you should set this property to 100, indicating that every unknown image should match a form in the FormModels collection. However, if you are processing mixed documents and some of the images do not represent forms, you should decrease this value. For example, if 15% of your images are cover letters or handwritten notes and 85% are forms, you should set this property to a value near 85. The precise value of this property is not very important. Setting this value too low tells the IdentificationProcessor that unknown images probably don't match, so don't spend a lot of time on something that is probably going to fail anyway. Setting this value too high tells the IdentificationProcessor to try really hard to match an unknown image, even if it does not initially look like it is going to be a match. Therefore, if this value is set too low, FormFix may fail to recognize some of your unknown images; if this value is set too high, FormFix may spent too much time trying to match unknown images when there is no matching template.

Valid range: 0 to 100

Default value: 100

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members