diff --git a/xml/System.Speech.Recognition.SrgsGrammar/SrgsDocument.xml b/xml/System.Speech.Recognition.SrgsGrammar/SrgsDocument.xml index 1c329a5e37b..4b3ca1d838a 100644 --- a/xml/System.Speech.Recognition.SrgsGrammar/SrgsDocument.xml +++ b/xml/System.Speech.Recognition.SrgsGrammar/SrgsDocument.xml @@ -31,6 +31,8 @@ instance and build a grammar by adding instances of classes that represent SRGS elements, such as , ,, , , and . You can also construct an instance from an existing SRGS-compliant XML grammar file, from an instance of , or from an instance of . @@ -284,6 +286,8 @@ recognizer.LoadGrammarAsync(g); from the file named "srgsDocumentFile.xml". @@ -326,6 +330,8 @@ if (File.Exists(srgsDocumentFile)) from an instance of that references the file "srgsDocumentFile.xml". diff --git a/xml/System.Speech.Recognition/Grammar.xml b/xml/System.Speech.Recognition/Grammar.xml index 673bfaebf5d..f724dfc9c10 100644 --- a/xml/System.Speech.Recognition/Grammar.xml +++ b/xml/System.Speech.Recognition/Grammar.xml @@ -437,6 +437,8 @@ private static Grammar CreateSrgsDocumentGrammar() A fully qualified path to the audio file. Appends the specified audio file to the . - To be added. + + + @@ -960,6 +966,8 @@ namespace SampleSynthesis