简体   繁体   English

Windows Phone上的语音识别-语音到文本

[英]Speech Recognition on Windows Phone - speech-to-text

Hi, is there a way to use a PromptBuilder to develop a Windows Phone speech recognition app? 嗨,有没有办法使用PromptBuilder开发Windows Phone语音识别应用程序? I would like to make an app that can recognize my voice and do something with it in code, but I have to do it on Windows Phone. 我想制作一个可以识别我的声音并用代码对其进行处理的应用程序,但是我必须在Windows Phone上进行处理。 Can anyone help expand on that? 谁能帮忙扩展一下? If I can't use a PromptBuilder, is there a alternative? 如果我不能使用PromptBuilder,还有其他选择吗?

The System.Speech.Synthesis namespace only deals with speech synthesis, ie speech generation, not speech recognition, as per the docs : 根据docsSystem.Speech.Synthesis命名空间仅处理语音合成,即语音生成,而不处理语音识别:

The N:System.Speech.Synthesis namespace contains classes for initializing and configuring a speech synthesis engine, for creating prompts, for generating speech, for responding to events, and for modifying voice characteristics. N:System.Speech.Synthesis命名空间包含用于初始化和配置语音合成引擎,用于创建提示,用于生成语音,用于响应事件以及用于修改语音特性的类。

There's also System.Speech.Recognition namespace, that deals with speech recognition, but I'm not sure about it's availability on Windows Phone. 还有System.Speech.Recognition命名空间,用于处理语音识别,但是我不确定它在Windows Phone上是否可用。

For working with speech on Windows Phone you should start here: Speech for Windows Phone 8 . 要在Windows Phone上使用语音,您应该从这里开始: Windows Phone 8的语音 They have their own Windows.Phone.Speech.Recognition namespace for this purpose. 为此,它们具有自己的Windows.Phone.Speech.Recognition命名空间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM