Class BarcodeResult
- java.lang.Object
-
- com.regula.documentreader.api.enums.BarcodeResult
-
public class BarcodeResult extends java.lang.Object
Enumeration contains identifiers determining barcodes data reading result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BarcodeResult.BarcodeResultValues
-
Field Summary
Fields Modifier and Type Field Description static int
BAD_ARG_ERR
Function arg/param is badstatic int
BAR_CODE_DECODE_ERR
Barcode decoding errorstatic int
BAR_CODE_NOT_FOUND
Barcode detection errorstatic int
BARCODE_ERROR_2D_UGOL_MAX
Invalid barcode angle (> 3 degree)static int
BARCODE_ERROR_DECODE_1D_BAD_DECODE
1D-barcode decoding errorstatic int
BARCODE_ERROR_DLL_NOT_INIT
Dll initialization errorstatic int
BARCODE_ERROR_FIND_3X8_2D_X
MinX computational error (PDF417)static int
BARCODE_ERROR_FIND_3X8_2D_Y
MinY computational error (PDF417)static int
BARCODE_ERROR_FIND_ROW_OR_COLUMN
Row or Column count computational error (PDF417)static int
BARCODE_ERROR_FINIT
Initialization errorstatic int
BARCODE_ERROR_INDEFINITELY_DECODED
The result may contain decoding errorsstatic int
BARCODE_ERROR_INNER_PROBLEM
Internal program errorstatic int
BARCODE_ERROR_INPUT_PARAM
Input data errorstatic int
BARCODE_ERROR_IP_DECODE_DLL_Try_Except
try-except in IPDECODE-functionstatic int
BARCODE_ERROR_NOT_LOAD_IP_DECODED_LL
"IpDecode.dll" connection errorstatic int
INTERNAL_ERR
Internal program errorstatic int
IPDECODE_ERROR_FAULTCOLUMNS
Invalid number of columnsstatic int
IPDECODE_ERROR_FAULTROWS
Invalid number of rowsstatic int
IPDECODE_ERROR_INCORRECT_ERROR_LEVEL
Correction Level errorstatic int
IPDECODE_ERROR_LARGEERRORS
Too many invalid code wordsstatic int
IPDECODE_ERROR_LOADING_DEV_TABLE
Loading "DevTable.bin" errorstatic int
IPP_EXEC_ERR
Run-time error in IPP-functionstatic int
IPP_TRY_EXCEPT_ERR
_try-except _execution in IPP-functionstatic int
NO_ERR
No errorstatic int
NO_IPP_DLL_FOUND
IPP Dll connection errorstatic int
NO_USER_DLL_FOUND
"ImageProcess.dll" connection errorstatic int
NULL_PTR_ERR
Null pointer of input arg/param errorstatic int
RANGE_ERR
Bad values of any parameter rangestatic int
SIZE_ERR
Wrong value of data sizestatic int
TRY_EXCEPT_ERR
try-except process
-
Constructor Summary
Constructors Constructor Description BarcodeResult()
-
-
-
Field Detail
-
NO_ERR
public static final int NO_ERR
No error- See Also:
- Constant Field Values
-
NULL_PTR_ERR
public static final int NULL_PTR_ERR
Null pointer of input arg/param error- See Also:
- Constant Field Values
-
BAD_ARG_ERR
public static final int BAD_ARG_ERR
Function arg/param is bad- See Also:
- Constant Field Values
-
SIZE_ERR
public static final int SIZE_ERR
Wrong value of data size- See Also:
- Constant Field Values
-
RANGE_ERR
public static final int RANGE_ERR
Bad values of any parameter range- See Also:
- Constant Field Values
-
INTERNAL_ERR
public static final int INTERNAL_ERR
Internal program error- See Also:
- Constant Field Values
-
TRY_EXCEPT_ERR
public static final int TRY_EXCEPT_ERR
try-except process- See Also:
- Constant Field Values
-
BAR_CODE_NOT_FOUND
public static final int BAR_CODE_NOT_FOUND
Barcode detection error- See Also:
- Constant Field Values
-
BAR_CODE_DECODE_ERR
public static final int BAR_CODE_DECODE_ERR
Barcode decoding error- See Also:
- Constant Field Values
-
NO_USER_DLL_FOUND
public static final int NO_USER_DLL_FOUND
"ImageProcess.dll" connection error- See Also:
- Constant Field Values
-
NO_IPP_DLL_FOUND
public static final int NO_IPP_DLL_FOUND
IPP Dll connection error- See Also:
- Constant Field Values
-
IPP_EXEC_ERR
public static final int IPP_EXEC_ERR
Run-time error in IPP-function- See Also:
- Constant Field Values
-
IPP_TRY_EXCEPT_ERR
public static final int IPP_TRY_EXCEPT_ERR
_try-except _execution in IPP-function- See Also:
- Constant Field Values
-
BARCODE_ERROR_INPUT_PARAM
public static final int BARCODE_ERROR_INPUT_PARAM
Input data error- See Also:
- Constant Field Values
-
BARCODE_ERROR_FINIT
public static final int BARCODE_ERROR_FINIT
Initialization error- See Also:
- Constant Field Values
-
BARCODE_ERROR_NOT_LOAD_IP_DECODED_LL
public static final int BARCODE_ERROR_NOT_LOAD_IP_DECODED_LL
"IpDecode.dll" connection error- See Also:
- Constant Field Values
-
BARCODE_ERROR_INNER_PROBLEM
public static final int BARCODE_ERROR_INNER_PROBLEM
Internal program error- See Also:
- Constant Field Values
-
BARCODE_ERROR_DECODE_1D_BAD_DECODE
public static final int BARCODE_ERROR_DECODE_1D_BAD_DECODE
1D-barcode decoding error- See Also:
- Constant Field Values
-
BARCODE_ERROR_FIND_ROW_OR_COLUMN
public static final int BARCODE_ERROR_FIND_ROW_OR_COLUMN
Row or Column count computational error (PDF417)- See Also:
- Constant Field Values
-
BARCODE_ERROR_FIND_3X8_2D_X
public static final int BARCODE_ERROR_FIND_3X8_2D_X
MinX computational error (PDF417)- See Also:
- Constant Field Values
-
BARCODE_ERROR_FIND_3X8_2D_Y
public static final int BARCODE_ERROR_FIND_3X8_2D_Y
MinY computational error (PDF417)- See Also:
- Constant Field Values
-
BARCODE_ERROR_2D_UGOL_MAX
public static final int BARCODE_ERROR_2D_UGOL_MAX
Invalid barcode angle (> 3 degree)- See Also:
- Constant Field Values
-
BARCODE_ERROR_INDEFINITELY_DECODED
public static final int BARCODE_ERROR_INDEFINITELY_DECODED
The result may contain decoding errors- See Also:
- Constant Field Values
-
BARCODE_ERROR_DLL_NOT_INIT
public static final int BARCODE_ERROR_DLL_NOT_INIT
Dll initialization error- See Also:
- Constant Field Values
-
BARCODE_ERROR_IP_DECODE_DLL_Try_Except
public static final int BARCODE_ERROR_IP_DECODE_DLL_Try_Except
try-except in IPDECODE-function- See Also:
- Constant Field Values
-
IPDECODE_ERROR_LARGEERRORS
public static final int IPDECODE_ERROR_LARGEERRORS
Too many invalid code words- See Also:
- Constant Field Values
-
IPDECODE_ERROR_FAULTCOLUMNS
public static final int IPDECODE_ERROR_FAULTCOLUMNS
Invalid number of columns- See Also:
- Constant Field Values
-
IPDECODE_ERROR_FAULTROWS
public static final int IPDECODE_ERROR_FAULTROWS
Invalid number of rows- See Also:
- Constant Field Values
-
IPDECODE_ERROR_INCORRECT_ERROR_LEVEL
public static final int IPDECODE_ERROR_INCORRECT_ERROR_LEVEL
Correction Level error- See Also:
- Constant Field Values
-
IPDECODE_ERROR_LOADING_DEV_TABLE
public static final int IPDECODE_ERROR_LOADING_DEV_TABLE
Loading "DevTable.bin" error- See Also:
- Constant Field Values
-
-