DSCodeParserModule Class
DSCodeParserModule class defines general functions of the code parser module.
Definition
Assembly: DynamsoftCaptureVisionBundle.xcframework
- Objective-C
- Swift
@interface DSCodeParserModule : NSObjectclass 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.