Documentation
Table of contents

DSLabelRecognizerModule

The DSLabelRecognizerModule class defines general functions in the label recognizer module.

Definition

Assembly: DynamsoftLabelRecognizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSLabelRecognizerModule : NSObject
    
  2. class 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
  1. + (NSString *)getVersion;
    
  2. class func getVersion() -> String
    

Return Value

Returns a string representing the version of the label recognizer module.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: