| layout | default-layout |
|---|---|
| title | interface DeformationResistedBarcodeImageUnit - Dynamsoft Barcode Reader Module JS Edition API Reference |
| description | This page shows the JS edition of the interface DeformationResistedBarcodeImageUnit in Dynamsoft Barcode Reader Module. |
| keywords | deformation resisted, Image unit, JS |
| needAutoGenerateSidebar | true |
| noTitleIndex | true |
A unit that holds the deformation-resisted barcode which includes the corresponding image data, its location, and the barcode format.
interface DeformationResistedBarcodeImageUnit extends Core.IntermediateResultUnit {
deformationResistedBarcode: DeformationResistedBarcode;
}The deformation-resisted barcode.
deformationResistedBarcode: DeformationResistedBarcode;See also