'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)
public RegistrationResult GetOtherRegistrationResult( int formModelIndex, IdentificationOrientation orientation )
public: RegistrationResult^ GetOtherRegistrationResult( int formModelIndex, IdentificationOrientation 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.