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 ()
 
ImageField getFaceImageField ()
 
ImageField getSignatureImageField ()
 
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 barcode extraction and parsing completed. Furthermore, if the front and back extraction do succeed, their data are compared to further refine the confidence.

ImageField getFaceImageField ( )

The optional identification photo field extracted from the front or back image.

Will return null if face extraction was disabled, or an identification photo was not found.

List<DataField> getFields ( )

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

ImageField getSignatureImageField ( )

The optional signature image field extracted from the front or back image.

Will return null if signature extraction was disabled, or a signature was not found.

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 © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.