Kofax Mobile SDK API Reference
Classes | Typedefs | Enumerations
kfxKEDBarcodeResult.h File Reference
#import <Foundation/Foundation.h>
#import "kfxKEDBoundingTetragon.h"

Go to the source code of this file.

Classes

class  kfxKEDBarcodeResult
 A single barcode found data item. More...
 

Typedefs

typedef enum barcode KEDBarcodeTypes
 Barcode enum to define barcode types to find, or those found. More...
 
typedef enum kedBarcodedirections KEDBarcodeDirections
 Direction enum to define the search direction used to find the barcode. More...
 
typedef enum dataFormat KEDBarcodeDataFormats
 Data format enum to define the type of data encoding used for the value found. More...
 

Enumerations

enum  barcode {
  BARCODE_UNKNOWN = 0, BARCODE_PDF417, BARCODE_CODE39, BARCODE_QR,
  BARCODE_DATAMATRIX, BARCODE_CODE128, BARCODE_CODE25, BARCODE_EAN,
  BARCODE_UPC, BARCODE_CODABAR, BARCODE_AZTEC, BARCODE_CODE93,
  BARCODE_POSTNET, BARCODE_ALL, BARCODE_END_OF_VALID_SETTINGS
}
 Barcode enum to define barcode types to find, or those found. More...
 
enum  kedBarcodedirections {
  DIRECTION_UNKNOWN = 0, DIRECTION_LEFT_RIGHT, DIRECTION_TOP_DOWN, DIRECTION_RIGHT_LEFT,
  DIRECTION_BOTTOM_UP, DIRECTION_END_OF_VALID_SETTINGS
}
 Direction enum to define the search direction used to find the barcode. More...
 
enum  dataFormat { FORMAT_UNKNOWN = 0, FORMAT_ASCII, FORMAT_BASE_64, FORMAT_END_OF_VALID_SETTINGS }
 Data format enum to define the type of data encoding used for the value found. More...
 

Typedef Documentation

Data format enum to define the type of data encoding used for the value found.

Direction enum to define the search direction used to find the barcode.

typedef enum barcode KEDBarcodeTypes

Barcode enum to define barcode types to find, or those found.

Enumeration Type Documentation

enum barcode

Barcode enum to define barcode types to find, or those found.

Enumerator
BARCODE_UNKNOWN 
BARCODE_PDF417 
BARCODE_CODE39 
BARCODE_QR 
BARCODE_DATAMATRIX 
BARCODE_CODE128 
BARCODE_CODE25 
BARCODE_EAN 
BARCODE_UPC 
BARCODE_CODABAR 
BARCODE_AZTEC 
BARCODE_CODE93 
BARCODE_POSTNET 
BARCODE_ALL 
BARCODE_END_OF_VALID_SETTINGS 
enum dataFormat

Data format enum to define the type of data encoding used for the value found.

Enumerator
FORMAT_UNKNOWN 
FORMAT_ASCII 
FORMAT_BASE_64 
FORMAT_END_OF_VALID_SETTINGS 

Direction enum to define the search direction used to find the barcode.

Enumerator
DIRECTION_UNKNOWN 
DIRECTION_LEFT_RIGHT 
DIRECTION_TOP_DOWN 
DIRECTION_RIGHT_LEFT 
DIRECTION_BOTTOM_UP 
DIRECTION_END_OF_VALID_SETTINGS 
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.