CaptureVisionRouterModule Class
The CaptureVisionRouterModule
class defines common functionality in the CaptureVisionRouter
module.
Name | Description |
---|---|
static getVersion() |
Returns the version of the CaptureVisionRouter module. |
getVersion
Returns the version of the CaptureVisionRouter module.
static getVersion(): string;
Code snippet
const version = Dynamsoft.CVR.CaptureVisionRouterModule.getVersion();
console.log(version);