Click or drag to resize
SpeechRecognitionServiceFactoryCreateDataClient Method
Overload List
  NameDescription
Public methodStatic memberCreateDataClient(SpeechRecognitionMode, String, String)
Create a DataRecognitionClient -- for speech recognition with data (for example from a file or audio source). The data is broken up into buffers and each buffer is sent to the Speech Recognition Service. No modification is done to the buffers, so the user can apply their own Silence Detection. Returns only text recognition results. The audio must be PCM, mono, 16-bit sample, with sample rate of 8000 Hz or 16000 Hz.
Public methodStatic memberCreateDataClient(SpeechRecognitionMode, String, String, String) Obsolete.
[Deprecated] Create a DataRecognitionClient -- for speech recognition with data (for example from a file or audio source). The data is broken up into buffers and each buffer is sent to the Speech Recognition Service. No modification is done to the buffers, so the user can apply their own Silence Detection. Returns only text recognition results. The audio must be PCM, mono, 16-bit sample, with sample rate of 8000 Hz or 16000 Hz.
Public methodStatic memberCreateDataClient(SpeechRecognitionMode, String, String, String, String) Obsolete.
[Deprecated] Create a DataRecognitionClient with Acoustic Model Adaptation -- for speech recognition with data (for example from a file or audio source). The data is broken up into buffers and each buffer is sent to the Speech Recognition Service. No modification is done to the buffers, so the user can apply their own Silence Detection. Returns only text recognition results. Acoustic Model Adaptation allows you to specify an endpoint with a Acoustic Model that you specially created with the Acoustic Model Specialization Service (coming soon). The audio must be PCM, mono, 16-bit sample, with sample rate of 8000 Hz or 16000 Hz.
Top
See Also