Click or drag to resize
SpeechRecognitionServiceFactoryCreateMicrophoneClientWithIntent Method
Overload List
  NameDescription
Public methodStatic memberCreateMicrophoneClientWithIntent(String, String, String, String)
Create a MicrophoneRecognitionClientWithIntent -- 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 both text recognition results as well as structured intent results in JSON form from the LUIS (see https://LUIS.ai) service.
Public methodStatic memberCreateMicrophoneClientWithIntent(String, String, String, String, String) Obsolete.
[Deprecated] Create a MicrophoneRecognitionClientWithIntent -- 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 both text recognition results as well as structured intent results in JSON form from the LUIS (see https://LUIS.ai) service.
Public methodStatic memberCreateMicrophoneClientWithIntent(String, String, String, String, String, String) Obsolete.
[Deprecated] Create a MicrophoneRecognitionClientWithIntent 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 both text recognition results as well as structured intent results in JSON form from the LUIS (see https://LUIS.ai) service.
Top
See Also