Suoranta.Speech - Developer API

AppCommandSpeechRecognizer Members

The AppCommandSpeechRecognizer type exposes the following members.

Constructors


  Name Description
Public method AppCommandSpeechRecognizer

Methods


  Name Description
Public method CreateContext(String)
Creates and

Return Value

ISpeechContext.
Public method CreateContext(ContainerControl)
Creates and

Return Value

IWinFormsSpeechContext.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Listen
Protected method MemberwiseClone (Inherited from Object.)
Public method ProcessFile(String) (Inherited from SpeechRecognizer.)
Public method ProcessFile(Stream) (Inherited from SpeechRecognizer.)
Protected method ProcessResult
Protected method Recognizer_RecognizeCompleted (Inherited from SpeechRecognizer.)
Protected method Recognizer_SpeechRecognized (Inherited from SpeechRecognizer.)
Public method Reset (Inherited from SpeechRecognizer.)
Public method Simulate
Simulates the speech input.
Public method StopListen
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property ActiveContextName
Gets or sets

Field Value

the name of the active ISpeechContext (or IWinFormsSpeechContext. Returns null if ContainerControl of the active IWinFormsSpeechContext context was disposed.
Public property GlobalContext
Gets

Field Value

the application-wide ISpeechContext.
Public property MinimumConfidence
Gets or sets

Field Value

the threshold confidence under which a command is deemed unrecognized. The range of valid values is [0, 1].
Public property RecognizedText (Inherited from SpeechRecognizer.)