---
layout: default-layout
title: class CCaptureVisionRouterModule - Dynamsoft Capture Vision C++ Edition API Reference
description: API reference for the CCaptureVisionRouterModule class in Dynamsoft Capture Vision C++ Edition, providing module-level utilities such as version retrieval.
keywords: capture vision router module, c++
needAutoGenerateSidebar: true
needGenerateH3Content: true
breadcrumbText: CVR C++ CCaptureVisionRouterModule Class
---

# CCaptureVisionRouterModule

The `CCaptureVisionRouterModule` class defines general functions in the capture vision router module.

## Definition

*Namespace:* dynamsoft::cvr

*Assembly:* DynamsoftCaptureVisionRouter

```cpp
class CCaptureVisionRouterModule 
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [GetVersion](#getversion)                                     | Returns the version of the capture vision router module. |

## GetVersion

Returns the version of the capture vision router module. 

```cpp
static const char* GetVersion();
```

**Parameters**

None.

**Return Value**

Returns a const char pointer representing the version of the capture vision router module.
