Resource Base
Table of contents

DSCodeParserModule Class

DSCodeParserModule class defines general functions of the code parser module.

Definition

Assembly: DynamsoftCaptureVisionBundle.xcframework

  • Objective-C
  • Swift
  1. @interface DSCodeParserModule : NSObject
    
  2. class CodeParserModule : NSObject
    

Method Summary

Method Description
getVersion Get version information of SDK.

Method Detail

getVersion

Get version information of SDK.

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

Return Value

The version information string.

This page is compatible for: