# CaptureVisionRouterModule

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

## Definition

*Package:* com.dynamsoft.cvr

```java
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. 

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

**Return Value**

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