SpeechGrammarSet.Lookup method

Returns a grammar associated with a speech grammar set.

Syntax

public:
SpeechGrammar^ Lookup(
  String^ key
)

Parameters

  • key
    Type: String

    The name of the grammar.

Return value

Type: SpeechGrammar

The speech grammar.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows::Phone::Speech::Recognition

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechGrammarSet