Hello, I’m having trouble getting Grammar Recognizer working. I’ve got a script that initiatializes the GrammarRecognizer:
and I’m using an SRGS grammar with one word:

Any ideas what I’m doing wrong?
Hello, I’m having trouble getting Grammar Recognizer working. I’ve got a script that initiatializes the GrammarRecognizer:
and I’m using an SRGS grammar with one word:

Any ideas what I’m doing wrong?
Did you ever get this working? I did exactly as you did as well from the docs and not getting any response.
Bump.
Same Problem here.
Has anyone ever actually gotten a Grammar Recognizer to work? All I can find anywhere on the net is people trying and failing to have it do anything at all.
Same Problem here … Did anybody solve the Problem?
Hi, my file has the following head:
<?xml version="1.0" encoding="utf-8"?>
<grammar xml:lang="de-DE" root="root" tag-format="properties-ms/1.0" version="1.0"
xmlns="http://www.w3.org/2001/06/grammar">
I just got it working with xml:lang="de-DE", but that should be because of my bad pronounciation
Hey, I finally got it working. If you want to use e.g. xml:lang="en-US" you have to change your Windows 10 settings for Speech Recognition. Settings → Language → Speech Recognition. There you can install the “en-US” package, and set it as your default.