---
layout: default-layout
title: BarcodeDetails Class - Dynamsoft Barcode Reader Android Edition
description: BarcodeDetails class of Dynamsoft Barcode Reader Android represents the details of a barcode. It is an abstract base class.
keywords: BarcodeDetails, api reference
needAutoGenerateSidebar: true
needGenerateH3Content: true
breadcrumbText: BarcodeResultItem
---

# BarcodeDetails

The `BarcodeDetails` class is an abstract base class that represents the details of a barcode. To learn how to use `BarcodeDetails` and what it can convey, please see this page on [how to get the detailed barcode info]({{site.features}}get-detailed-info.html?lang=android).


## Definition

*Assembly:* DynamsoftCaptureVisionBundle.aar

*Namespace:* com.dynamsoft.dbr

```java
abstract class BarcodeDetails 
```
