---
layout: default-layout
title: interface BarcodeDetails - Dynamsoft Core Module JS Edition API Reference
description: This page shows the JS edition of the interface BarcodeDetails in Dynamsoft DBR Module.
keywords: barcode details, JS
needAutoGenerateSidebar: true
noTitleIndex: true
---

# BarcodeDetails

This is the base interface for barcode details. It doesn't have any specific properties but serves as the parent interface for the following interfaces:

* [AztecDetails](./aztec-details.md)
* [DataMatrixDetails](./datamatrix-details.md)
* [OneDCodeDetails](./oned-code-details.md)
* [PDF417Details](./pdf417-details.md)
* [QRCodeDetails](./qr-code-details.md)

```typescript
interface BarcodeDetails {}
```