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
@interface DSCodeParserModule : NSObject
class CodeParserModule : NSObject
Method Summary
Method | Description |
---|---|
getVersion |
Get version information of SDK. |
Method Detail
getVersion
Get version information of SDK.
- Objective-C
- Swift
+ (NSString *)getVersion;
class func getVersion() -> String
Return Value
The version information string.