FormFix v6.0 for .NET - Updated
GetOtherRegistrationResult Method



Accusoft.FormFixSdk Namespace > IdentificationResult Class : GetOtherRegistrationResult Method
The index of the FormModel that the IdentificationProcessor object may have compared the unknown image to.
The orientation of the unknown image during the comparison.
Retrieve the registration information for a specific match.
Syntax
'Declaration
 
Public Function GetOtherRegistrationResult( _
   ByVal formModelIndex As Integer, _
   ByVal orientation As IdentificationOrientation _
) As RegistrationResult
'Usage
 
Dim instance As IdentificationResult
Dim formModelIndex As Integer
Dim orientation As IdentificationOrientation
Dim value As RegistrationResult
 
value = instance.GetOtherRegistrationResult(formModelIndex, orientation)

Parameters

formModelIndex
The index of the FormModel that the IdentificationProcessor object may have compared the unknown image to.
orientation
The orientation of the unknown image during the comparison.

Return Value

A RegistrationResult object containing registration information for the match.
Remarks
This method returns the registration information for a match between a specified FormModel and the unknown image with a specific orientation.
See Also

Reference

IdentificationResult Class
IdentificationResult Members
GetConfidence Method

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