L_ASREngine_CreateRecognizer

Summary

Creates a recognition session.

Syntax

#include "ltasr.h"

L_LTASR_API L_INT L_ASREngine_CreateRecognizer(engine, options, recognizer)

Parameters

L_ASREngine engine

The speech recognition engine handle.

L_ASRCreateRecognizerOptions *options

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

L_ASRRecognizer *recognizer

Pointer to L_ASRRecognizer to be updated with the created recognizer.

Returns

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

Comments

An engine can be attached to multiple recognizers.

When the speech recognizer referenced by recognizer parameter is no longer needed, it must be freed by calling L_ASRRecognizer_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.