# LabelRecognizerModule

The `LabelRecognizerModule` class defines general functions in the label recognizer module.

## Definition

*Package:* com.dynamsoft.dlr

```java
public final class LabelRecognizerModule
```

## Methods

| Method                     | Description                                        |
| -------------------------- | -------------------------------------------------- |
| [`getVersion`](#getversion)  | Returns the version of the label recognizer module. |

### getVersion

Returns the version of the label recognizer module.

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

**Return Value**

Returns a string representing the version of the label recognizer module.

