SpeechGrammarProbability Enumeration

Specifies the weighted value of a grammar for speech recognition.

Syntax

public enum class SpeechGrammarProbability  

Members

Member Description
High The grammar has a high weighted value.
Low The grammar has a low weighted value.
Medium The grammar has a medium 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

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Speech.Recognition Namespace