FormFix v6.0 for .NET - Updated
EnableIdentificationAdaptation Property



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : EnableIdentificationAdaptation Property
Controls run-time adaptation of the identification process.
Syntax
'Declaration
 
Public Property EnableIdentificationAdaptation As Boolean
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Boolean
 
instance.EnableIdentificationAdaptation = value
 
value = instance.EnableIdentificationAdaptation
public bool EnableIdentificationAdaptation {get; set;}
public:
property bool EnableIdentificationAdaptation {
   bool get();
   void set (    bool value);
}
Remarks

This property enables or disables run-time adaptation of the identification process. When this property is true, this object will use information it gains from previous matches to improve future matches. While that will improve both the accuracy and speed of form identification, it will also lead to inconsistent results. For example, if you identify image A, followed by image B, followed by image C, and then re-identify them in the reverse order, the confidences and registration of the matches will often be slightly different. Occasionally, you will even see cases where an image fails to identify in one situation, but succeeds if you identify the images in a different order. Often, the list of best matches in IdentificationResult.BestMatches will vary when this is true.

If you wish to see consistent results, especially when debugging a problem, you should set this property to false; however your overall speed and accuracy will be lower.

Default value: true

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

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