Resource Base
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

DSCodeParserModule Class

DSCodeParserModule class defines general functions of the code parser module.

Definition

Assembly: DynamsoftCodeParser.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.

Is this page helpful?

YesYes NoNo

In this article:

Version 2.2.10

    • version 2.2.10
    • Version 2.x
      • Version 2.2.10
      • Version 2.0.21
      • Version 2.0.20
    Change +