Kofax Mobile SDK API Reference
kfxPassportCaptureViewController.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxPassportCaptureViewController.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <MobileSDK/kfxCaptureViewController.h>
9 
10 @class kfxPassportData;
13 
15 
21 
22 @optional
24 
37 - (void)passportCaptureViewController:(kfxPassportCaptureViewController*)passportCaptureViewController didExtractPassport:(kfxPassportData*)passport error:(NSError*)error;
38 
39 @end
40 
42 
53 
55 
61 @property (nonatomic, copy) kfxPassportCaptureParameters* parameters;
62 
64 
69 @property (nonatomic, weak) id<kfxPassportCaptureViewControllerDelegate> delegate;
70 
71 @end
Passport capture view controller.
Definition: kfxPassportCaptureViewController.h:52
This object represents passport data.
Definition: kfxPassportData.h:18
This is an abstract base class for capture view controller. kfxCaptureViewController provides entire ...
Definition: kfxCaptureViewController.h:23
This protocol defines methods that your delegate object should implement to interact with kfxPassport...
Definition: kfxPassportCaptureViewController.h:20
This protocol defines methods that your delegate object should implement to interact with inherited c...
Definition: kfxCaptureViewController.h:45
The passport capture view controller parameters.
Definition: kfxPassportCaptureParameters.h:20
id< kfxPassportCaptureViewControllerDelegate > delegate
The delegate of the passport capture view controller object.
Definition: kfxPassportCaptureViewController.h:69
kfxPassportCaptureParameters * parameters
The parameters of the passport capture view controller object.
Definition: kfxPassportCaptureViewController.h:61
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.