SpeechGrammarBuilder.CreateFromSpeechGrammarAsync Method

Creates a SpeechGrammarBuilder from a SpeechGrammar, asynchronously.

Syntax

public:
static IAsyncOperation<SpeechGrammarBuilder^ >^ CreateFromSpeechGrammarAsync(
         SpeechGrammar^ speechGrammar
)  

Parameters

speechGrammar
Type: SpeechGrammar 

The SpeechGrammar object provided.

Return value

Type: IAsyncOperation<SpeechGrammarBuilder^ > 

The SpeechGrammarBuilder object created.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechGrammarBuilder Class

SpeechGrammarBuilder Members

Windows.Xbox.Speech.Recognition Namespace