The CListen class provides speech recognition support for your applications.
For a list of all members of this type, see CListen Members.
CListen provides two modes of speech recognition: Voice-Dictation and Voice-Command.
To create the voice command list, use one of the following properties: VoiceCmdList or VoiceCmdFile. To start the Voice-Command recognition, call the CListen.VoiceCmdStart method. Note that before starting the Voice-Command recognition, you must provide the list of commands that CListen will recognize by setting one of the following properties: VoiceCmdList, VoiceCmdFile.
When a phrase is recognized during the Voice-Dictation or the Voice-Command recognitions, the OnSpeechRecognition event is fired passing the text recognized.
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll
CListen is compatible with Microsoft SAPI 4.0 or SAPI 5.1. [SAPI (Speech API) is the Microsoft standard class for Speech Recognition (SR) and Text-to-Speech (TTS) engines. ]
In order to use CListen, you also need to have a SR (Speech Recognition) engine installed on your computer. A number of these engines are available from different vendors. Microsoft, for example, offers a freely redistributable SR engine at Microsoft web site.