Table of contents

DSNeuralNetworkModule

The DSNeuralNetworkModule class defines common functionality in the DynamsoftNeuralNetwork module.

Definition

Assembly: DynamsoftCaptureVisionBundle.xcframework

  • Objective-C
  • Swift
  1. @interface DSNeuralNetworkModule : NSObject
    
  2. class NeuralNetworkModule : NSObject
    

Methods

Method Description
getVersion Get the version of DynamsoftNeuralNetwork module.

getVersion

Get the version of DynamsoftNeuralNetwork module.

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

Return Value

The version of DynamsoftNeuralNetwork module.

Code Snippet

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

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: