Gets or sets a value indicating whether matches with a confidence lower than
IdentificationProcessor.MinimumIdentificationConfidence are included in the collection
IdentificationResult.BestMatches.
Syntax
'Declaration
Public Property IncludeBestMatchesBelowConfidence As Boolean
'Usage
Dim instance As IdentificationProcessor
Dim value As Boolean
instance.IncludeBestMatchesBelowConfidence = value
value = instance.IncludeBestMatchesBelowConfidence
public bool IncludeBestMatchesBelowConfidence {get; set;}
public: __property bool get_IncludeBestMatchesBelowConfidence();
public: __property void set_IncludeBestMatchesBelowConfidence(
bool value
);
public:
property bool IncludeBestMatchesBelowConfidence {
bool get();
void set ( bool value);
}
See Also