Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
asrproviders:microsoft [2016/12/02 13:35] – borja | asrproviders:microsoft [2017/01/11 22:53] (current) – removed borja | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Microsoft BingVoiceRecognizer ====== | ||
- | |||
- | * **Web site** : https:// | ||
- | |||
- | Convert spoken audio to text. The API can be directed to turn on and recognize audio coming from the microphone in real-time, recognize audio coming from a different real-time audio source, or to recognize audio from within a file. In all cases, real-time streaming is available, so as the audio is being sent to the server, partial recognition results are also being returned. | ||
- | |||
- | API reference : https:// | ||
- | |||
- | Integration example : https:// | ||
- | |||
- | * **Configuration** | ||
- | |||
- | {{: | ||
- | |||
- | == voximal.conf == | ||
- | |||
- | < | ||
- | [recognizer] | ||
- | API : microsoft | ||
- | key : (your private key) | ||
- | </ | ||