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