离线语音识别功能?
Offline voice recognition functionality?
如果有人对是否可以在 Windows Phone 8.1 或 Windows UWP 10 中包含离线语音识别有任何意见,我将不胜感激! windows phone 8.1 的在线功能非常有用,但我正在开发的应用程序在某些情况下需要离线使用。
您问题的简短回答是否。
预定义语法,如听写语法和网络搜索语法在线。他们无法离线工作。
These predefined grammars can be used to recognize up to 10 seconds of speech input and require no authoring effort on your part. However, they do require connection to a network.
我不知道你的要求的细节。但是你可以尝试使用自定义语法,比如程序列表约束和SRGS语法来实现它可以在没有互联网的情况下工作。有关详细信息,请参阅 GitHub 中的 Speech interactions and the official Speech recognition and synthesis sample。
您也可以在 UserVoice 上投票以请求离线语音识别功能。
如果有人对是否可以在 Windows Phone 8.1 或 Windows UWP 10 中包含离线语音识别有任何意见,我将不胜感激! windows phone 8.1 的在线功能非常有用,但我正在开发的应用程序在某些情况下需要离线使用。
您问题的简短回答是否。
预定义语法,如听写语法和网络搜索语法在线。他们无法离线工作。
These predefined grammars can be used to recognize up to 10 seconds of speech input and require no authoring effort on your part. However, they do require connection to a network.
我不知道你的要求的细节。但是你可以尝试使用自定义语法,比如程序列表约束和SRGS语法来实现它可以在没有互联网的情况下工作。有关详细信息,请参阅 GitHub 中的 Speech interactions and the official Speech recognition and synthesis sample。
您也可以在 UserVoice 上投票以请求离线语音识别功能。