Accusoft.FormFix5.Net - Updated
IdentificationQuality Property




Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : IdentificationQuality Property
Controls the amount of effort this object expends in the identification process.
Syntax
'Declaration
 
Public Property IdentificationQuality As Integer
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Integer
 
instance.IdentificationQuality = value
 
value = instance.IdentificationQuality
public int IdentificationQuality {get; set;}
public: __property int get_IdentificationQuality();
public: __property void set_IdentificationQuality( 
   int value
);
public:
property int IdentificationQuality {
   int get();
   void set (    int value);
}
Remarks

This property controls the amount of effort that this object expends identifying an unknown image. Large values cause the identification process to explore more options in order to produce a more accurate and reliable result. Small values cause the identification process to take short-cuts in order to more quickly produce a result. There is no single, best value for this parameter. Instead, it depends on the values you place on accuracy and speed. In most cases, the value of accuracy is directly related to the cost of a human to review and correct problems.

Most situations warrant a high value for this property. If your form set includes similar forms, you should keep this value high. If your forms are small or have little form content, you should also keep this value high.

A few situations may allow a lower than normal value for this property. If your forms are all 8.5 x 11, with at least a dozen lines, and all substantially different from each other, you may be able to lower this value and still get accurate results.

Valid range: 0 to 100

Default value: 100

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members