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

# UtilityModule

The `UtilityModule` class defines general functions in the utility module.

## Definition

*Module:* utility

```python
class UtilityModule 
```

## Methods

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

### get_version

Returns the version of the utility module.

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

**Return Value**

Returns a string representing the version of the utility module.
