# DSBarcodeDetails

The `DSBarcodeDetails` class is an abstract base class that represents the details of a barcode. To learn how to use `DSBarcodeDetails` and what it can convey, please see this page on [how to get the detailed barcode info](https://www.dynamsoft.com/barcode-reader/docs/core/programming/features/get-detailed-info.md).

## Definition

*Assembly:* DynamsoftCaptureVisionBundle.xcframework

<div class="sample-code-prefix"></div>
>- Objective-C
>- Swift
>
>1. 
```objc
@interface DSBarcodeDetails : NSObject
```
2. 
```swift
class BarcodeDetails : NSObject
```
