The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
How to use one keyword to trigger different events which have somehow relations like order?
https://youtube.com/watch?v=QTuKcm8s4QQ
Just like this demo video, one keyword "check", to trigger different texts display and models display by order. I only know to use keywordManager.cs ,but have no idea how to next. Hope help, thanks a lot
Best Answer
-
stepan_stulov ✭✭✭
Hey, @Bert_Yang1
KeywordManager, which is the MixedRealityToolkit's wrapper for the KeywordRecognizer, doesn't have concepts like sequencing of keywords. You define the list of all of the recognizable keywords and it tells you which one was recognized. You have to build your own system on top of that that will optionally change the recognizable keywords depending on the context, switch that context and have a navigational graph of those contexts to traverse through via voice.
Hope this helps.
Building the future of holographic navigation. We're hiring.
5
Answers
Hey, @Bert_Yang1
KeywordManager, which is the MixedRealityToolkit's wrapper for the KeywordRecognizer, doesn't have concepts like sequencing of keywords. You define the list of all of the recognizable keywords and it tells you which one was recognized. You have to build your own system on top of that that will optionally change the recognizable keywords depending on the context, switch that context and have a navigational graph of those contexts to traverse through via voice.
Hope this helps.
Building the future of holographic navigation. We're hiring.
Thanks, stepan. @stepan_stulov I have tried KeywordRecognizer, and it does helps. However, when I use one keyword to control a 3D-model whether to render in Hololens, it fails to display 3D-model instead 2D-model in a 2D-panel, do you have any idea about how to solve this problem?
Hey, @Bert_Yang1
This sounds like to general of a problem to narrow down a solution. I propose you describe your issue in more detail as a separate question/thred here on the forums.
Cheers
Building the future of holographic navigation. We're hiring.
Okay, thank you [email protected]_stulov