DSLabelRecognizerModule
The DSLabelRecognizerModule class defines general functions in the label recognizer module.
Definition
Assembly: DynamsoftCaptureVisionBundle.xcframework
- Objective-C
- Swift
@interface DSLabelRecognizerModule : NSObjectclass LabelRecognizerModule: NSObject
Methods
| Method | Description |
|---|---|
| getVersion | Get the version of the label recognizer module. |
getVersion
Get the version of the label recognizer module.
- Objective-C
- Swift
+ (NSString *)getVersion;class func getVersion() -> String
Return Value
Returns a string representing the version of the label recognizer module.