Class CameraEnhancerModule
The CameraEnhancerModule class defines common functionality in the CameraEnhancer module.
| Name | Description |
|---|---|
static getVersion() |
Returns the version of the CameraEnhancer module. |
getVersion
Returns the version of the CameraEnhancer module.
static getVersion(): string;
Parameters
None.
Code snippet
const version = Dynamsoft.DCE.CameraEnhancerModule.getVersion();
console.log(version);