GetIdentificationResult (Page As Integer, ByRef pIdentified As Boolean, ByRef pIdentificationMethod As Integer, ByRef pFailureReason As Integer, ByRef pNoOfUsedAdjustmentFields As Integer, ByRef pUsedAdjustmentFields As String,ByRef pNoOfUsedCandidates As Integer, ByRef pUsedCandidates As String) As Integer

Form object

Description

Fetches the identification result of a form page.

In parameters

In parameter

Description

Page

1 for front page, 2 for back page.

Out parameters

Out parameter

Description

pIdentified

TRUE

pIdentificationMethod 

0 – Undefined

1 – Adjustment fields

2 – Adjustment fields and recognition field

3 – Line map

4 – Uncertain line map

5 – Line map and recognition field

6 – Uncertain line map and recognition field

pFailureReason

0 – Undefined

1 – Missing adjustment fields

2 – Missing line map

3 – Recognition field not matched

pNoOfUsedAdjustmentFields 

The number of used adjustment fields.

pUsedAdjustmentFields 

String with the indexes of the used adjustment fields. Start index is 1.

PNoOfUsedCandidates 

The number of used candidate adjustment fields.

pUsedCandidates 

String with the indexes of the used candidate adjustment fields.

Return value

Return 0 on success.

The Form object