# ScaledBarcodeImageUnit

A unit of data that contains scaled barcode image. It extends the `IntermediateResultUnit` interface.

```typescript
interface ScaledBarcodeImageUnit extends Core.IntermediateResultUnit {
    imageData: Core.DSImageData;
}
```
<!-- 
| Properties              | Type               |
| ----------------------- | ------------------ |
| [imageData](#imagedata) | *Core.DSImageData* | -->

## imageData

The image data of the scaled barcode.

```typescript
imageData: Core.DSImageData;   
```

**See also**

* [DSImageData](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/ds-image-data.md)