Overview and description of Leadtools SpeechRecognition classes, delegates, enumerations, and interfaces.
Class | Description | |
---|---|---|
AudioProperties | Holds information about the supported or required audio features, such as the SpeechRecognitionEngine 's audio properties required by the loaded runtime. |
|
ByPassCommandsInterpreter | Provides an empty placeholder implementation for ICommandsInterpreter. | |
CommandsInterpreter | This class will do some optional post-processing for the transcribed text, including figuring out the voice commands and modifying the output text to include symbols corresponding to the commands inputted. | |
SpeechRecognitionEngine | Provides support for speech recognition functionality in LEADTOOLS. | |
SpeechRecognitionResult | Contains the result of transcribing an audio stream. | |
SpeechRecognitionWord | Represents a word that has been transcribed from an audio source. | |
SpeechRecognizedEventArgs | Contains information about the current recognition session. | |
SpeechRecognizer | Provides functionalities to transcribe audio using the speech recognition engine. |
Delegate | Description | |
---|---|---|
SpeechRecognitionProgressCallback | Provides information about progress time and real-time transcribed text. |
Interface | Description | |
---|---|---|
ICommandsInterpreter | Interface for a command interpreter or any other deriving class that acts like a command interpreter. |
Enumeration | Description | |
---|---|---|
AudioEncodingFormat | Enumerates values that describe the encoding format of audio. |