SpeechGrammarBuilder.CreateFromStreamAsync Method

Creates a SpeechGrammarBuilder from a stream, asynchronously.

Syntax

public:
static IAsyncOperation<SpeechGrammarBuilder^ >^ CreateFromStreamAsync(
         IRandomAccessStream^ stream
)  

Parameters

stream
Type: IRandomAccessStream 

The stream 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