FormSuite v6.0 - Updated
AlternateMatches Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > IdentificationResult Class : AlternateMatches Property
Gets a collection of IdentificationComparisonInformation objects, which represent possible matches that were found during identification.
Syntax
'Declaration
 
Public ReadOnly Property AlternateMatches As Collection(Of IdentificationComparisonInformation)
'Usage
 
Dim instance As IdentificationResult
Dim value As Collection(Of IdentificationComparisonInformation)
 
value = instance.AlternateMatches
public Collection<IdentificationComparisonInformation> AlternateMatches {get;}
public: __property Collection<IdentificationComparisonInformation*>* get_AlternateMatches();
Remarks

This collection will be filled with IdentificationComparisonInformation for possible forms and orientations of which the filled form image could be considered a match. The objects in this collection are sorted descending by Confidence.

If a single best matching form is found, as indicated by the State property, the IdentificationComparisonInformation for that form will be available in the BestMatch property and also in this collection. Other IdentificationComparisonInformation objects may still be contained in this collection along with the best match.

If multiple best matching forms are found, as indicated by the State property, the IdentificationComparisonInformation for those forms will be available only in this collection. Other IdentificationComparisonInformation objects may still be contained in this collection along with the best matches.

See Also

Reference

IdentificationResult Class
IdentificationResult Members
AllFormComparisons Property

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