# CaptureVisionRouterModule

The `CaptureVisionRouterModule` class defines general functions in the capture vision router module.

## Definition

*Namespace:* Dynamsoft.CVR


```csharp
public class CaptureVisionRouterModule 
```

## Methods

| Method                     | Description                                        |
| -------------------------- | -------------------------------------------------- |
| [GetVersion](#getversion)  | Returns the version of the capture vision router module. |

### GetVersion

Returns the version of the capture vision router module. 

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

**Return Value**

Returns a string representing the version of the capture vision router module.
