04 2013 档案
Windows Phone 官方示例学习:Short message dictation and web search grammars sample(语音识别,文字语音)
摘要:在windows phone8中语音可以理解为三部分功能即: 语音控制 voice commands, 语音识别 speech recognition,文字语音 text-to-speech (TTS)。示例演示如何使用预定义的短消息和网络搜索语法的基础知识与语音识别功能。代码下载:http://code.msdn.microsoft.com/wpapps/Short-message-dictation-594c8a0a相关文章:http://www.cnblogs.com/sonic1abc/archive/2012/11/18/2775153.html语音识别 speech recogni 阅读全文
posted @ 2013-04-14 22:07 微星 阅读(415) 评论(0) 推荐(0)
Windows Phone 官方示例学习:Background Transfer Service Sample(后台传输)
摘要:此示例显示了如何使用后台传输服务在后台下载文件,即使当应用程序不再运行在前台。通过BackgroundTransferRequest 实现上传下载// Create the new transfer request, passing in the URI of the file to // be transferred.BackgroundTransferRequest transferRequest = new BackgroundTransferRequest(transferUri);// Set the transfer method. GET and POST are support 阅读全文
posted @ 2013-04-11 10:49 微星 阅读(267) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示