TAPIEx.NET Component Documentation
CListen Class

The CListen class provides speech recognition support for your applications.

For a list of all members of this type, see CListen Members.

 

[Visual Basic]
Public Class CListen
  Inherits System.Object
[C#]
public class CListen: System.Object

CListen provides two modes of speech recognition: Voice-Dictation and Voice-Command.

When a phrase is recognized during the Voice-Dictation or the Voice-Command recognitions, the OnSpeechRecognition event is fired passing the text recognized.

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also

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. ]

  • For SAPI 4.0, If your system have no SAPI 4.0 installed, please download the program from the Microsoft SAPI download page or from our web site download page.
  • For SAPI 5.1, which is the version shipped with Windows XP. Users of other Windows versions will need to install SAPI 5.1 first. SAPI 5.1 is available free of charge from the Microsoft web site: http://www.microsoft.com/speech/download/sdk51/ .
  • 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.

    Support editions