FormFix v6.0 for .NET - Updated
GetConfidence Method



Accusoft.FormFixSdk Namespace > IdentificationResult Class : GetConfidence 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 confidence of a specific match.
Syntax
'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)

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.
Remarks
This method returns the confidence of a match between a specified FormModel and the unknown image with a specific orientation. Confidence values range from 0 to 100, with 100 indicating a very good match and 0 indicating either a very poor match or that the IdentificationProcessor object did not attempt a comparison. The IdentificationProcessor object has many techniques for avoiding unnecessary comparisons and it is very common for most of the possible comparisons to have a confidence of 0.
See Also

Reference

IdentificationResult Class
IdentificationResult Members
GetOtherRegistrationResult Method

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