SpeechRecognitionEngine Properties
From Microsoft Speech Platform SDK 11
The SpeechRecognitionEngine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AudioFormat | Gets the format of the audio being received by the SpeechRecognitionEngine. | |
| AudioLevel | Gets the level of the audio being received by the SpeechRecognitionEngine. | |
| AudioPosition | Gets the current location in the audio stream being generated by the device that is providing input to the SpeechRecognitionEngine. | |
| AudioState | Gets the state of the audio being received by the SpeechRecognitionEngine. | |
| BabbleTimeout | Gets or sets the interval of time that a SpeechRecognitionEngine accepts input containing only background noise before finalizing recognition. | |
| EndSilenceTimeout | Gets or sets the interval of silence that the SpeechRecognitionEngine will accept at the end of unambiguous input before finalizing a recognition operation. | |
| EndSilenceTimeoutAmbiguous | Gets or sets the interval of silence that the SpeechRecognitionEngine will accept at the end of ambiguous input before finalizing a recognition operation. | |
| Grammars | Gets a collection of the Grammar objects that are loaded in this SpeechRecognitionEngine instance. | |
| InitialSilenceTimeout | Gets or sets the time interval during which a SpeechRecognitionEngine accepts input containing only silence before finalizing recognition. | |
| MaxAlternates | Gets or sets the maximum number of alternate recognition results that the SpeechRecognitionEngine returns for each recognition operation. | |
| NormalizerCollection | Gets the normalizer collection. | |
| RecognizerAudioPosition | Gets the current location of the SpeechRecognitionEngine in the audio input that it is processing. | |
| RecognizerInfo | Gets information about the current instance of SpeechRecognitionEngine. |