FormFix v6.0 for .NET - Updated
BestMatches Property



Accusoft.FormFixSdk Namespace > IdentificationResult Class : BestMatches Property
A list of the best matches (including the single, best match.)
Syntax
'Declaration
 
Public ReadOnly Property BestMatches As IdentificationMatchCollection
'Usage
 
Dim instance As IdentificationResult
Dim value As IdentificationMatchCollection
 
value = instance.BestMatches
public IdentificationMatchCollection BestMatches {get;}
public:
property IdentificationMatchCollection^ BestMatches {
   IdentificationMatchCollection^ get();
}
Remarks

This collection includes the indices of a limited number of the best matches. This property is most helpful when the identification process finds multiple matches. You can also use it in testing to help diagnose identification problems. Each object in this collection refers to a specific FormModel and orientation.

You control the maximum number of indices that go into this collection using the IdentificationProcessor.MaximumIdentificationBestMatches property.

You control whether this collection contains matches with a confidence below IdentificationProcessor.MinimumIdentificationConfidence using IdentificationProcessor.IncludeBestMatchesBelowConfidence property.

The IdentificationProcessor object will arranged the best matches in order by descending values of confidence in the match. Order of matches with equal confidence is not guaranteed.

See Also

Reference

IdentificationResult Class
IdentificationResult Members

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