SpeechRecognizerAnalyzer.SerializeGrammarsToFolderAsync Method

Serializes grammars to a folder, asynchronously.

Syntax

public:
static IAsyncAction^ SerializeGrammarsToFolderAsync(
         SpeechRecognizer^ speechRecognizer,
         Uri^ destinationFolder,
         SpeechGrammarRuleInclusionMode inclusionMode
)  

Parameters

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.

Return value

Type: IAsyncAction 

The asynchronous action.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognizerAnalyzer Class

SpeechRecognizerAnalyzer Members

Windows.Xbox.Speech.Recognition Namespace