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

iOS API Reference - General

You are viewing a history document page of Dynamsoft Label Recognizer iOS v1.x.

Method Description
getVersion Returns the version number string for the SDK.

getVersion

Get version information of SDK.

- (NSString*)getVersion;

Return Value The version information string.

Code Snippet

  • Objective-C
  • Swift
  1. DynamsoftLabelRecognition *recognizer;
    recognizer = [[DynamsoftLabelRecognition alloc] init];
    NSString* versionInfo = [recognizer getVersion];
    
  2. let recognizer = DynamsoftLabelRecognition.init()
    let versionInfo = recognizer.getVersion();
    

Is this page helpful?

YesYes NoNo

In this article:

Version 3.2.30

    • version 3.2.30
    • Version 3.x
      • Version 3.0.20
    • Version 2.x
      • Version 2.2.20
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2.0
      • Version 1.0.0
    Change +