Windows Universal App Continuous Dictation Without Network

泄露秘密 提交于 2019-12-10 16:20:09

问题


Following the samples provided here: https://github.com/Microsoft/Windows-universal-samples provides a great overview of some of the capabilities for UWP apps. But, the speech example seems to require an active connection to the internet. Does anyone know if this capability is possible on a disconnected corporate network?

Thanks, JRF


回答1:


Yes, Examples 1, 2, 5, 6 and 9 work Offline since they don't use the predefined SRGS scenarios. Look in the Folder: SRGS to see the SRGS.

You will have to write your own speech recognition grammar following the SRGS Version 1.0.

How to define custom recognition constraints



来源:https://stackoverflow.com/questions/32996908/windows-universal-app-continuous-dictation-without-network

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!