←Select platform

Create Method

Summary

Creates an engine given the runtime directory.

Syntax

C#
C++/CLI
public static SpeechRecognitionEngine Create( 
   string modelPath 
) 
public:  
   static SpeechRecognitionEngine^ Create( 
      String^ modelPath 
   ) 

Parameters

modelPath

The folder/directory where the runtime is to be found.

Return Value

A SpeechRecognitionEngine instance, if creation was successful; otherwise, an exception is thrown.

Remarks

Typically, the runtime is found at <installation folder>\Bin\Common\ASRRuntime\en_01.

Requirements

Target Platforms

See Also

SpeechRecognitionEngine Class

SpeechRecognitionEngine Members

Leadtools.SpeechRecognition Namespace

Help Version 22.0.2022.12.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpeechRecognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.