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 get_AcceptMultipleMatches();
public: __property void set_AcceptMultipleMatches(
bool value
);
public:
property bool AcceptMultipleMatches {
bool get();
void set ( bool value);
}
See Also