SpeechRecognizer::AudioFormat Property

 

Gets the format of the audio being received by the speech recognizer.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property SpeechAudioFormatInfo^ AudioFormat {
	SpeechAudioFormatInfo^ get();
}

Property Value

Type: System.Speech.AudioFormat::SpeechAudioFormatInfo^

The audio input format for the speech recognizer, or null if the input to the recognizer is not configured.

.NET Framework
Available since 3.0
Return to top
Show: