# IdentityUtilityModule

The `IdentityUtilityModule` class provides common functions of the identity utility module.

**Remarks**

Introduced in Dynamsoft Capture Vision version 3.4.1000.

## Definition

*Package:* com.dynamsoft.id_utility

```java
public class IdentityUtilityModule
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [`getVersion`](#getversion)                               | Returns the version of the identity utility module. |

### getVersion

Returns the version of the identity utility module.

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

**Return value**

Returns a string representing the version of the identity utility module.
