L_ASREngineStartupOptions

Summary

Represents the startup options used in creating the speech recognition engine.

Syntax

struct L_ASREngineStartupOptions 
{ 
   L_UINT StructSize; 
   L_TCHAR ModelPath[L_MAXPATH]; 
}; 
typedef struct L_ASREngineStartupOptions L_ASREngineStartupOptions; 

Members

StructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

ModelPath[L_MAXPATH]

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

Comments

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

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.