FormFix v6.0 for .NET - Updated
IncludeBestMatchesBelowConfidence Property



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : 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 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

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