Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 932 Bytes

File metadata and controls

30 lines (22 loc) · 932 Bytes
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

DeformationResistedBarcodeImageUnit

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;
}

deformationResistedBarcode

The deformation-resisted barcode.

deformationResistedBarcode: DeformationResistedBarcode;

See also