# Class CameraEnhancerModule

The `CameraEnhancerModule` class defines common functionality in the `CameraEnhancer` module.

| Name                            | Description                                       |
| ------------------------------------ | ------------------------------------------------- |
| `static` [getVersion()](#getversion) | Returns the version of the CameraEnhancer module. |

### getVersion

Returns the version of the CameraEnhancer module.

```typescript
static getVersion(): string;
```

**Parameters**

None.

**Code snippet**

```javascript
const version = Dynamsoft.DCE.CameraEnhancerModule.getVersion();
console.log(version);
```
