Atalasoft MobileImage API Reference
|
Passport capture view controller. More...
#import <kfxPassportCaptureViewController.h>
Properties | |
kfxPassportCaptureParameters * | parameters |
The parameters of the passport capture view controller object. More... | |
id< kfxPassportCaptureViewControllerDelegate > | delegate |
The delegate of the passport capture view controller object. More... | |
Properties inherited from kfxCaptureViewController | |
id< kfxKUTCertificateValidatorDelegate > | certificateValidatorDelegate |
The certificate validator delegate. More... | |
Passport capture view controller.
The kfxPassportCaptureViewController class creates a controller object that allows the user to capture a photo of the passport and optionally process the captured image and extract the data.
Before presenting kfxPassportCaptureViewController you must specify the parameters and delegate objects.
|
readwritenonatomicweak |
The delegate of the passport capture view controller object.
The delegate receives notifications when passport capture finishes or closes.
|
readwritenonatomiccopy |
The parameters of the passport capture view controller object.
Passport capture parameters object allows the user to customize various aspects of kfxPassportCaptureViewController behavior including visual look and feel, processing and extraction functonality. Updating parameters object is not eligible after kfxPassportCaptureViewController was presented into the screen.