Kofax Mobile SDK API Reference
kfxKBRBarcodeReader.h
Go to the documentation of this file.
1 //
2 // kfxKBRBarcodeReader.h
3 // kfxKBRBarcodeReader
4 //
5 // Copyright (c) 2014-2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 
8 #import <Foundation/Foundation.h>
9 #import <kfxLibEngines/kfxKEDImage.h>
10 #import "kfxKBRDelegate.h"
11 
13 
17 typedef enum {
18  KBR_LEFT_RIGHT = 1 << 0,
19  KBR_RIGHT_LEFT = 1 << 1,
20  KBR_TOP_DOWN = 1 << 2,
21  KBR_BOTTOM_UP = 1 << 3,
24 
26 
30 typedef enum {
32  kfxKBREan = 2,
33  kfxKBRUpc = 3,
43 
44 
46 
54 @interface kfxKBRBarcodeReader : NSObject
55 
57 
66 @property (atomic, assign) id<kfxKBRDelegate> delegate;
67 
69 
89 @property (nonatomic, strong) NSArray* symbologies;
90 
92 
113 @property (nonatomic) KBRSearchDirections searchDirection;
114 
116 
122 @property (nonatomic) int maxBarcodes;
123 
125 
147 - (int) readBarcodes: (kfxKEDImage*) image;
148 
149 @end
Definition: kfxKBRBarcodeReader.h:40
Definition: kfxKBRBarcodeReader.h:20
int maxBarcodes
The maximum number of barcode results to search for.
Definition: kfxKBRBarcodeReader.h:122
Definition: kfxKBRBarcodeReader.h:35
Definition: kfxKBRBarcodeReader.h:33
Definition: kfxKBRBarcodeReader.h:19
Definition: kfxKBRBarcodeReader.h:34
Definition: kfxKBRBarcodeReader.h:41
The barcode recognition engine.
Definition: kfxKBRBarcodeReader.h:54
Definition: kfxKBRBarcodeReader.h:31
Definition: kfxKBRBarcodeReader.h:38
Definition: kfxKBRBarcodeReader.h:32
Definition: kfxKBRBarcodeReader.h:21
KBRSymbologies
An enumeration containing the different barcode symbologies that can be detected. ...
Definition: kfxKBRBarcodeReader.h:30
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
Definition: kfxKBRBarcodeReader.h:18
Definition: kfxKBRBarcodeReader.h:36
NSArray * symbologies
The set of symbologies currently being searched for.
Definition: kfxKBRBarcodeReader.h:89
KBRSearchDirections searchDirection
The set of directions currently being searched for barcodes.
Definition: kfxKBRBarcodeReader.h:113
Definition: kfxKBRBarcodeReader.h:39
Definition: kfxKBRBarcodeReader.h:22
id< kfxKBRDelegate > delegate
A delegate to receive messages from the control.
Definition: kfxKBRBarcodeReader.h:66
KBRSearchDirections
An enumeration containing the different possible barcode search directions.
Definition: kfxKBRBarcodeReader.h:17
Definition: kfxKBRBarcodeReader.h:37
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.