I've been creating a speech recognition uwp app using Windows speech sdk. I've been walking through the example from this link https://msdn.microsoft.com/en-us/library/hh378355(v=office.14).aspx It works just fine but out curiosity I want to see if speech
would be recognized from using any combination of words in the play command eg 'the play item' ...now the correct combination should be 'play the item' and any other combination of the words should not be picked as a match by the sdk. Funny enough the sdk
is picking up any combination of the rule items. My question is, how can I stop it from picking any combination of the rule items cause from the tutorial it's not supposed to work like this.