Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enumeration that indicates the weighted value of a grammar for speech recognition.
Syntax
public enum SpeechGrammarProbability
Public Enum SpeechGrammarProbability
public enum class SpeechGrammarProbability
Members
The SpeechGrammarProbability enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Low | 0 | The grammar has a low weighted value |
| Medium | 1 | The grammar has a medium weighted value. |
| High | 2 | The grammar has a high weighted value. |
Remarks
Speech recognition is a weighted system that evaluates all possible recognition paths using a variety of factors, including the weight of a grammar. Grammars with higher weighted values will contribute more to the ranking of the recognition results than grammars with lower weighted values.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++] |
Metadata |
Windows.WinMD |
Capabilities |
ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone] |
Attributes
[Version(0x06020000)]