SpeechGrammar.Probability property

Gets or sets the weighted value of the grammar.

Syntax

public SpeechGrammarProbability Probability { get; set; }
Public Property Probability As SpeechGrammarProbability
public:
property SpeechGrammarProbability Probability { 
   SpeechGrammarProbability get();
   void set (SpeechGrammarProbability value);
}

Property value

Type: SpeechGrammarProbability

An enumeration that indicates the weighted value of the grammar.

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]

See also

SpeechGrammar