Resource Base
Table of contents

DSCaptureVisionRouterModule

The DSCaptureVisionRouterModule class defines general functions of the capture vision router module.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSCaptureVisionRouterModule : NSObject
    
  2. class CaptureVisionRouterModule : NSObject
    

Methods

Method Description
getVersion Get the version of Dynamsoft Capture Vision.

getVersion

Get the version of Dynamsoft Capture Vision.

  • Objective-C
  • Swift
  1. + (NSString *)getVersion;
    
  2. class func getVersion() -> String
    

Return Value

The version of Dynamsoft Capture Vision.

Code Snippet

  • Objective-C
  • Swift
  1. NSString *version = [DSCaptureVisionRouterModule getVersion];
    
  2. let version = CaptureVisionRouterModule.getVersion()
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +