UNPKG

dynamsoft-javascript-barcode

Version:

Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR

9 lines 287 B
export declare enum EnumTerminatePhase { TP_REGION_PREDETECTED = 1, TP_IMAGE_PREPROCESSED = 2, TP_IMAGE_BINARIZED = 4, TP_BARCODE_LOCALIZED = 8, TP_BARCODE_TYPE_DETERMINED = 16, TP_BARCODE_RECOGNIZED = 32 } //# sourceMappingURL=enumterminatephase.d.ts.map