Updated definition of BAD_GRAMMAR to include semantic tags.
authorGlen Shires <gshires@google.com>
Mon, 17 Sep 2012 22:29:42 -0700
changeset 32 5e2d87e7d977
parent 31 b036c78e9445
child 33 bf779b363c93
Updated definition of BAD_GRAMMAR to include semantic tags.
speechapi.html
--- a/speechapi.html	Mon Sep 17 22:20:29 2012 -0700
+++ b/speechapi.html	Mon Sep 17 22:29:42 2012 -0700
@@ -769,7 +769,7 @@
         <dd>The user agent is not allowing the web application requested speech service, but would allow some speech service, to be used either because the user agent doesn't support the selected one or because of reasons of security, privacy or user preference.</dd>
 
         <dt><dfn id="dfn-sre.badgrammar">BAD_GRAMMAR</dfn> (numeric code 7)</dt>
-        <dd>There was an error in the speech recognition grammar.</dd>
+        <dd>There was an error in the speech recognition grammar or semantic tags, or the grammar format or semantic tag format is unsupported.</dd>
 
         <dt><dfn id="dfn-sre.languagenotsupported">LANGUAGE_NOT_SUPPORTED</dfn> (numeric code 8)</dt>
         <dd>The language was not supported.</dd>