SpeechGrammarSet.Keys property

Gets an enumerable set containing the keys of the SpeechGrammarSet.

Syntax

public IEnumerable<string> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of String)

Property value

Type: IEnumerable<String>

An enumerable set of all keys in this SpeechGrammarSet.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

End of phone support

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.Speech.Recognition

Capabilities

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

See also

SpeechGrammarSet