---
layout: default-layout
title: CaptureVisionRouterModule Class - Dynamsoft Capture Vision Module Python Edition API Reference
description: API reference for the CaptureVisionRouterModule class in Dynamsoft Capture Vision Python Edition, which provides general functions for the CVR module.
keywords: capture vision router module, python
needAutoGenerateSidebar: true
needGenerateH3Content: true
---

# CaptureVisionRouterModule

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

## Definition

*Module:* cvr

```python
class CaptureVisionRouterModule
```

## Methods

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

### get_version

Returns the version of the capture vision router module. 

```python
@staticmethod
def get_version() -> str:
```

**Return Value**

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