Click or drag to resize
SpeechRecognitionServiceFactoryCreateMicrophoneClient Method
Overload List
  NameDescription
Public methodStatic memberCreateMicrophoneClient(SpeechRecognitionMode, String, String)
Create a MicrophoneRecognitionClient -- for speech recognition from the microphone. The microphone is turned on and data from the microphone is sent to the Speech Recognition Service. A built in Silence Detector is applied to the microphone data before it is sent to the recognition service. Returns only text recognition results.
Public methodStatic memberCreateMicrophoneClient(SpeechRecognitionMode, String, String, String) Obsolete.
[Deprecated] Create a MicrophoneRecognitionClient -- for speech recognition from the microphone. The microphone is turned on and data from the microphone is sent to the Speech Recognition Service. A built in Silence Detector is applied to the microphone data before it is sent to the recognition service. Returns only text recognition results.
Public methodStatic memberCreateMicrophoneClient(SpeechRecognitionMode, String, String, String, String) Obsolete.
[Deprecated] Create a MicrophoneRecognitionClient with Acoustic Model Adaptation -- for speech recognition from the microphone. The microphone is turned on and data from the microphone is sent to the Speech Recognition Service. A built in Silence Detector is applied to the microphone data before it is sent to the recognition service. Returns only text recognition results.
Top
See Also