# DeformationResistedBarcodeImageUnit

A unit that holds the deformation-resisted barcode which includes the corresponding image data, its location, and the barcode format.

```typescript
interface DeformationResistedBarcodeImageUnit extends Core.IntermediateResultUnit {
    deformationResistedBarcode: DeformationResistedBarcode;
}
```

## deformationResistedBarcode

The deformation-resisted barcode.

```typescript
deformationResistedBarcode: DeformationResistedBarcode;
```

**See also**

* [DeformationResistedBarcode](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interfaces/deformation-resisted-barcode.md)