让 Cortana 在应用程序启动后收听更多应用程序命令?
Make Cortana listening after app starts for further app commands?
如何让 Cortana 听取来自我的 VCD 的更多命令,例如在使用 "Hey Cortana" -> "App name" -> "Command".[= 启动应用程序后导航到其他页面10=]
感谢您的帮助。
应用程序内部的 cortana 将无法工作。
但您可以使用 SpeechRecognizer class(我想,这会在后台触发与 cortana 相同的云服务)。
"Building apps for windows" 博客上有一个关于如何做到这一点的系列博客:
https://blogs.windows.com/buildingapps/2016/05/16/using-speech-in-your-uwp-apps-its-good-to-talk/
In Windows 10, speech is front-and-center with the Cortana personal
assistant, and the Universal Windows Platform (UWP) gives us several
ways to plug into that “Hey, Cortana” experience. But there’s much
more that we can do when working with speech from a UWP app and that’s
true whether working locally on the device or remotely via the cloud.
In this 3-part series, we will dig in to some of those speech
capabilities and show that speech can be both a powerful and a
relatively easy addition to an app. This series will look at…
- the basics of getting speech recognized how speech recognition can be
- guided how we can synthesize speech additional capabilities in the
- cloud for our UWP apps
Read more at
https://blogs.windows.com/buildingapps/2016/05/16/using-speech-in-your-uwp-apps-its-good-to-talk/#w3HXZcpS9M4UVm8S.99
如何让 Cortana 听取来自我的 VCD 的更多命令,例如在使用 "Hey Cortana" -> "App name" -> "Command".[= 启动应用程序后导航到其他页面10=]
感谢您的帮助。
应用程序内部的 cortana 将无法工作。
但您可以使用 SpeechRecognizer class(我想,这会在后台触发与 cortana 相同的云服务)。
"Building apps for windows" 博客上有一个关于如何做到这一点的系列博客: https://blogs.windows.com/buildingapps/2016/05/16/using-speech-in-your-uwp-apps-its-good-to-talk/
In Windows 10, speech is front-and-center with the Cortana personal assistant, and the Universal Windows Platform (UWP) gives us several ways to plug into that “Hey, Cortana” experience. But there’s much more that we can do when working with speech from a UWP app and that’s true whether working locally on the device or remotely via the cloud.
In this 3-part series, we will dig in to some of those speech capabilities and show that speech can be both a powerful and a relatively easy addition to an app. This series will look at…
- the basics of getting speech recognized how speech recognition can be
- guided how we can synthesize speech additional capabilities in the
- cloud for our UWP apps
Read more at https://blogs.windows.com/buildingapps/2016/05/16/using-speech-in-your-uwp-apps-its-good-to-talk/#w3HXZcpS9M4UVm8S.99