SpeechGrammarSet.Values property

Gets an enumerable set containing the values of the SpeechGrammarSet.

Syntax

public IEnumerable<SpeechGrammar> Values { get; }
Public ReadOnly Property Values As IEnumerable(Of SpeechGrammar)

Property value

Type: IEnumerable<SpeechGrammar>

An enumerable set of all values 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