'Declaration
Public Function GetConfidence( _ ByVal formModelIndex As Integer, _ ByVal orientation As IdentificationOrientation _ ) As Integer
'Usage
Dim instance As IdentificationResult Dim formModelIndex As Integer Dim orientation As IdentificationOrientation Dim value As Integer value = instance.GetConfidence(formModelIndex, orientation)
public int GetConfidence( int formModelIndex, IdentificationOrientation orientation )
public: int GetConfidence( 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 confidence from 0 to 100.