L_ASREngine_Create

Summary

Creates the speech recognition engine using the runtime directory.

Syntax

#include "ltasr.h"

L_LTASR_API L_INT L_ASREngine_Create(options, engine)

Parameters

const L_ASREngineStartupOptions *options

Pointer to a structure that contains the options to use when creating the engine.

L_ASREngine *engine

Pointer to the speech recognition handle referencing the created engine.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

When the speech recognition engine referenced by engine parameter is no longer needed, it must be freed by calling L_ASREngine_Destroy.

Required DLLs and Libraries

Platforms

x64.

See Also

Functions

Topics

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.