Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

DSCameraEnhancerModule

The DSCameraEnhancerModule class defines general functions of the camera enhancer module.

Definition

Assembly: DynamsoftCaptureVisionBundle.xcframework

  • Objective-C
  • Swift
  1. @interface DSCameraEnhancerModule : NSObject
    
  2. class CameraEnhancerModule : NSObject
    

Methods

Method Description
getVersion Get the version of Dynamsoft Camera Enhancer.

getVersion

Get the version of Dynamsoft Camera Enhancer.

  • Objective-C
  • Swift
  1. + (NSString *)getVersion;
    
  2. class func getVersion() -> String
    

Return Value

The version of Dynamsoft Camera Enhancer.

Code Snippet

  • Objective-C
  • Swift
  1. NSString *version = [DSCameraEnhancerModule getVersion];
    
  2. let version = CameraEnhancerModule.getVersion()
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: