Accusoft.FormFix5.Net
IncludeBestMatchesBelowConfidence Property




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);
}
Remarks

If this is set to true, the IdentificationResult.BestMatches collection can contain matches with a confidence below MinimumIdentificationConfidence.

If this is set to false, the IdentificationResult.BestMatches collection will not contain any matches with a confidence below MinimumIdentificationConfidence, regardless of the value of MaximumIdentificationBestMatches.

Regardless of this value or the value of MaximumIdentificationBestMatches, information about matches with a confidence below MinimumIdentificationConfidence can be accessed through IdentificationResult.GetOtherRegistrationResult and IdentificationResult.GetConfidence.

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members
IdentificationResult.BestMatches
MaximumIdentificationBestMatches Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback