Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

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();
    

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.2.20
    • Version 2.0.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support