Atalasoft MobileImage API Reference
|
#import <Foundation/Foundation.h>
Classes | |
class | kfxError |
An error lookup reference class. More... | |
Macros | |
#define | KMC_GN_BASE 0x1000 |
#define | KMC_UI_BASE 0x2000 |
#define | KMC_LO_BASE 0x3000 |
#define | KMC_CD_BASE 0x4000 |
#define | KMC_IP_BASE 0x5000 |
#define | KMC_ED_BASE 0x6000 |
#define | KMC_UT_BASE 0x7000 |
#define | KMC_EX_BASE 0x8000 |
#define | KMC_BC_BASE 0xB000 |
#define | KMC_CL_BASE 0xC000 |
#define | KMC_EV_BASE 0xE000 |
#define | KMC_SUCCESS 0 |
#define | KFX_ERROR_DOMAIN @"com.kofax.mobilesdk" |
Typedefs | |
typedef enum kfxErrorGeneral | KFX_ERROR_GENERAL |
General Errors enum. More... | |
typedef enum kfxKedErrorEngineData | KFX_ERROR_ENGINE_DATA |
Engine Data Errors enum. More... | |
typedef enum kfxErrorUIControls | KFX_ERROR_UICONTROLS_ERRORS |
UI Control Errors enum. More... | |
typedef enum kfxErrorLogistics | KFX_ERROR_LOGISTICS_ERRORS |
Logistics Errors enum. More... | |
typedef enum kfxErrorImageProcessor | KFX_ERROR_IMAGE_PROCESSOR |
Image Processor Errors enum. More... | |
typedef enum kfxErrorEv | KFX_ERROR_PERFECTION |
Image Perfection Errors enum. More... | |
typedef enum kfxClassifier | KFX_ERROR_CLASSIFIER |
typedef enum kfxErrorUtilities | KFX_ERROR_UTILITIES |
Utilities Errors enum. More... | |
typedef enum kfxErrorBarcodeReader | KFX_ERROR_BARCODE_READER |
An enumeration containing the different error return types. More... | |
typedef enum kfxErrorExtraction | KFX_ERROR_EXTRACTION |
Extraction errors enum. More... | |
#define KFX_ERROR_DOMAIN @"com.kofax.mobilesdk" |
#define KMC_BC_BASE 0xB000 |
#define KMC_CD_BASE 0x4000 |
#define KMC_CL_BASE 0xC000 |
#define KMC_ED_BASE 0x6000 |
#define KMC_EV_BASE 0xE000 |
#define KMC_EX_BASE 0x8000 |
#define KMC_GN_BASE 0x1000 |
#define KMC_IP_BASE 0x5000 |
#define KMC_LO_BASE 0x3000 |
#define KMC_SUCCESS 0 |
#define KMC_UI_BASE 0x2000 |
#define KMC_UT_BASE 0x7000 |
typedef enum kfxErrorBarcodeReader KFX_ERROR_BARCODE_READER |
An enumeration containing the different error return types.
typedef enum kfxClassifier KFX_ERROR_CLASSIFIER |
typedef enum kfxKedErrorEngineData KFX_ERROR_ENGINE_DATA |
Engine Data Errors enum.
This enum defines the engine data errors that the image class and the image processing methods return.
These errors are generated by objects associated with the engine data objects.
typedef enum kfxErrorExtraction KFX_ERROR_EXTRACTION |
Extraction errors enum.
This enum defines errors that are associated with the extraction
typedef enum kfxErrorGeneral KFX_ERROR_GENERAL |
General Errors enum.
This enum defines general errors that are not specific to any single component.
typedef enum kfxErrorImageProcessor KFX_ERROR_IMAGE_PROCESSOR |
Image Processor Errors enum.
This enum defines the errors associated with image processing.
typedef enum kfxErrorLogistics KFX_ERROR_LOGISTICS_ERRORS |
Logistics Errors enum.
This enum defines the errors associated with Logistics, if your SDK package includes Logistics.
typedef enum kfxErrorEv KFX_ERROR_PERFECTION |
Image Perfection Errors enum.
This enum defines the errors associated with image perfection algorithms.
typedef enum kfxErrorUIControls KFX_ERROR_UICONTROLS_ERRORS |
UI Control Errors enum.
This enum defines the errors associated with UI controls.
typedef enum kfxErrorUtilities KFX_ERROR_UTILITIES |
Utilities Errors enum.
This enum defines errors that are associated with the utilities framework.
enum kfxClassifier |
enum kfxErrorEv |
Image Perfection Errors enum.
This enum defines the errors associated with image perfection algorithms.
enum kfxErrorExtraction |
Extraction errors enum.
This enum defines errors that are associated with the extraction
enum kfxErrorGeneral |
Image Processor Errors enum.
This enum defines the errors associated with image processing.
enum kfxErrorLogistics |
Logistics Errors enum.
This enum defines the errors associated with Logistics, if your SDK package includes Logistics.
enum kfxErrorUIControls |
UI Control Errors enum.
This enum defines the errors associated with UI controls.
enum kfxErrorUtilities |
Utilities Errors enum.
This enum defines errors that are associated with the utilities framework.
Engine Data Errors enum.
This enum defines the engine data errors that the image class and the image processing methods return.
These errors are generated by objects associated with the engine data objects.