Kofax Mobile SDK API Reference
Public Member Functions | List of all members
IIdExtractionResult Interface Reference
Inheritance diagram for IIdExtractionResult:

Public Member Functions

String classification ()
 
float classificationConfidence ()
 
boolean isBarcodeRead ()
 
boolean isOcrRead ()
 
double getDocumentVerificationConfidenceRating ()
 
List< DataFieldgetFields ()
 

Detailed Description

Results from a call to on-device extraction.

Member Function Documentation

String classification ( )
Returns
The classification string
float classificationConfidence ( )
Returns
The confidence value for classification
double getDocumentVerificationConfidenceRating ( )

The verification rating is a combination of whether the front OCR succeeded, and whether the back bacode extraction and parsing completed. Furthermore, if the front and back extraction do succeed, their data are compared to further refine the confidence.

List<DataField> getFields ( )

The unified fields extracted from the front and back images or barcode.

boolean isBarcodeRead ( )

Whether the barcode was read or parsed

boolean isOcrRead ( )

Whether OCR was run on the front image


The documentation for this interface was generated from the following file:
Untitled Document © 2017 Kofax, Inc. All rights reserved. Use is subject to license terms.