Kofax Mobile SDK API Reference
KFXQuickExtractorAgent.h
Go to the documentation of this file.
1 //
2 // KFXQuickExtractorAgent.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2014-2018 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <kfxLibUIControls/kfxKUIImageCaptureControl.h>
11 #import <kfxLibUIControls/kfxKUICaptureExperience.h>
12 
13 @class kfxKEDImage;
16 
18 
21 @protocol KFXQuickExtractorAgentDelegate<NSObject>
22 
23 @optional
24 
26 
36 - (void)quickExtractorAgent:(KFXQuickExtractorAgent*)quickExtractorAgent
37  fieldsExtracted:(NSArray*)fields
38  previewFrame:(kfxKEDImage*)previewFrame;
39 
41 
50 - (void)quickExtractorAgent:(KFXQuickExtractorAgent*)quickExtractorAgent
51  faceExtracted:(kfxKEDImage*)faceImage
52  previewFrame:(kfxKEDImage*)previewFrame;
53 
54 @end
55 
57 
69 
71 
75 @property (nonatomic, weak) IBOutlet id<KFXQuickExtractorAgentDelegate> delegate;
76 
78 
84 - (instancetype)initWithCaptureExperience:(kfxKUICaptureExperience*)captureExperience
85  settings:(KFXQuickExtractionSettings*)settings;
86 
87 @end
This protocol must be implemented by classes whose objects are used as KFXQuickExtractorAgent delegat...
Definition: KFXQuickExtractorAgent.h:21
A configuration object for controlling the Quick Extractor behavior.
Definition: KFXQuickExtractionSettings.h:13
IBOutlet id< KFXQuickExtractorAgentDelegate > delegate
A delegate to receive messages from the extractor.
Definition: KFXQuickExtractorAgent.h:75
An extractor that extracts either a barcode or MRZ data and a face image during image capture...
Definition: KFXQuickExtractorAgent.h:68
This protocol must be implemented by classes whose objects are used as kfxKUIImageCaptureControl dele...
Definition: kfxKUIImageCaptureControl.h:27
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
This class is a base class for the animation experience.
Definition: kfxKUICaptureExperience.h:17
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.