# BarcodeReaderModule

The `BarcodeReaderModule` class defines general functions in the barcode reader module.

## Definition

*Package:* com.dynamsoft.dbr

```java
public final class BarcodeReaderModule
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [getVersion](#getversion)                                 | Returns the version of the barcode reader module. |

### getVersion

Returns the version of the barcode reader module.

```java
public static String getVersion()
```

**Parameters**

None.

**Return Value**

Returns a string representing the version of the barcode reader module.

