FormFix v6.0 for .NET - Updated
AcceptMultipleMatches Property



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : AcceptMultipleMatches Property
Indicates whether this object should throw a multiple similar matches error when there are multiple matches with identical confidence values.
Syntax
'Declaration
 
Public Property AcceptMultipleMatches As Boolean
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Boolean
 
instance.AcceptMultipleMatches = value
 
value = instance.AcceptMultipleMatches
public bool AcceptMultipleMatches {get; set;}
public:
property bool AcceptMultipleMatches {
   bool get();
   void set (    bool value);
}
Remarks

This property allows you to control the behavior of the IdentificationProcessor in the event that there are multiple best matches. ie the confidence values are identical. When set to false, no best match is returned. When set to true, only one of the matching results is returned as the best match.

Default value: false

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

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