This document provides an overview of ASR Custom Commands.
This library provides custom commands for the ASR Client Utility.
ASR Custom Commands Library Details
The DLL that provides the functionality and the library to which your code must link is identified below.
ASR Custom Commands is an extension of the MMF Controller framework that supports speech recognition.
The ASR Custom Commands extend the basic functionality of the ASR Client Utility. The CSpeechRecognitionCustomCommands class communicates with the controller plugin via the RMMFController::CustomCommandSync() function.
ASR Custom Commands follows the standard custom commands pattern for MMF.
The speech recognition functionality provided by the ASR Custom Commands is contained within the following key classes:
RSpeechRecognitionCustomCommands - ASR Custom Commands.
CSpeechRecognitionCustomCommandParser - ASR Custom Commands Parser.
MSpeechRecognitionCustomCommandImplementor - ASR Custom Commands Implementor.
Clients can use the ASR Custom Commands to: