Accusoft.Forms1 - 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
Public Function GetOtherRegistrationResult( _
   ByVal formModelIndex As Integer, _
   ByVal orientation As IdentificationOrientation _
) As RegistrationResult
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.
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