# LabelRecognizerModule

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

## Definition

*Namespace:* Dynamsoft.DLR


```csharp
public class LabelRecognizerModule 
```

## Methods

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

### GetVersion

Returns the version of the label recognizer module.

```csharp
static string GetVersion()
```

**Return Value**

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

