'Declaration Public Property FormModelIndex As Integer
'Usage Dim instance As IdentificationMatch Dim value As Integer instance.FormModelIndex = value value = instance.FormModelIndex
public int FormModelIndex {get; set;}
'Declaration Public Property FormModelIndex As Integer
'Usage Dim instance As IdentificationMatch Dim value As Integer instance.FormModelIndex = value value = instance.FormModelIndex
public int FormModelIndex {get; set;}
This value can be supplied to the IdentificationResult.GetOtherRegistrationResult and IdentificationResult.GetConfidence methods to get more information about the match.
This property contains the zero-based index of a FormModel. This indicates the FormModel that the IdentificationProcessor object compared the unknown image to.
Valid range: From 0 to one less than the number of form models in the collection.
Default value: -1