Kofax Mobile SDK API Reference
Public Member Functions | List of all members
IIdImageProcessingListener Interface Reference

Public Member Functions

void onFrontImageProcessed (Image processedImage)
 
void onBackImageProcessed (Image processedImage)
 

Member Function Documentation

void onBackImageProcessed ( Image  processedImage)

The listener method called when the back image processing is complete. If image processing is disabled, the callback will contain the original image. If no back image was provided, no callback will be raised. If image processing failed or extraction was canceled before processing finished, no callback will be raised, and the appropriate errors will be returned from the IIdExtractionListener#onExtractionComplete(IIdExtractionResult, AggregateException) callback.

Note: In certain cases, if the provided unprocessed image is known to contain only a barcode and no other useful information, processing may be skipped, and the original image will be returned.

void onFrontImageProcessed ( Image  processedImage)

The listener method called when the front image processing is complete. If image processing is disabled, the callback will contain the original image. If no front image was provided, no callback will be raised. If image processing failed or extraction was canceled before processing finished, no callback will be raised, and the appropriate errors will be returned from the IIdExtractionListener#onExtractionComplete(IIdExtractionResult, AggregateException) callback.


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.