Serializes grammars to a folder, asynchronously.
public:
static IAsyncAction^ SerializeGrammarsToFolderAsync(
SpeechRecognizer^ speechRecognizer,
Uri^ destinationFolder,
SpeechGrammarRuleInclusionMode inclusionMode
)
speechRecognizer
Type: SpeechRecognizer
The speech recognizer.
destinationFolder
Type: Uri
The destination folder represented in a Uniform Resource Identifier (URI).
inclusionMode
Type: SpeechGrammarRuleInclusionMode
The grammar rule inclusion mode which specifies rules checking options.
Type: IAsyncAction
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognizerAnalyzer Class