7#ifndef CBARCODEPARAMS_INTERFACE_H
9#define CBARCODEPARAMS_INTERFACE_H
Interface for CBarcodeEngineConfig wrapper.
enum RecognitionType CBarcodeParams_GetType(const CBarcodeParams argCBarcodeParams, idrs_exception *pargException)
Gets the type of barcode detection - full page or zonal.
IDRS_BOOL CBarcodeParams_GetRaiseEngineErrors(const CBarcodeParams argCBarcodeParams, idrs_exception *pargException)
Gets the flag that indicates whether the barcode detection should raise an exception if an error occu...
void CBarcodeParams_SetWorkdepth(CBarcodeParams argCBarcodeParams, enum Workdepth const evWorkdepth, idrs_exception *pargException)
Sets the work depth used for barcode detection.
void CBarcodeParams_SetThreadingMode(CBarcodeParams argCBarcodeParams, enum ThreadingMode const evThreadingMode, idrs_exception *pargException)
Sets the threading mode used for barcode detection.
void CBarcodeParams_SetRaiseEngineErrors(CBarcodeParams argCBarcodeParams, IDRS_BOOL const bRaiseEngineErrors, idrs_exception *pargException)
Sets the flag that indicates whether the barcode detection should raise an exception if an error occu...
CBarcodeEngineConfigArray CBarcodeParams_GetEngineConfigs(const CBarcodeParams argCBarcodeParams, idrs_exception *pargException)
Gets an array containing the barcode engine configurations. See.
enum Workdepth CBarcodeParams_GetWorkdepth(const CBarcodeParams argCBarcodeParams, idrs_exception *pargException)
Gets the work depth used for barcode detection.
enum ThreadingMode CBarcodeParams_GetThreadingMode(const CBarcodeParams argCBarcodeParams, idrs_exception *pargException)
Gets the threading mode used for barcode detection.
void CBarcodeParams_SetEngineConfigs(CBarcodeParams argCBarcodeParams, CBarcodeEngineConfigArray argxEngineConfigs, idrs_exception *pargException)
Sets an array containing the barcode engine configurations. See.
Interface for CObjPtr wrapper.
Interface for EnumDefinitions wrapper.
Workdepth
Enumerates the possible values for the work depth applied to the ocr engine.
Definition EnumDefinitions_interface.h:3015
RecognitionType
Type recognitions.
Definition EnumDefinitions_interface.h:2991
ThreadingMode
Multi-threading usage modes.
Definition EnumDefinitions_interface.h:3111
CBarcodeParams represents the base class for the barcode parameters containing the configuration for ...