PhraseListGrammar.SetWeight(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the phrase list grammar biasing weight. The allowed range is [0.0, 2.0]. The default weight is 1.0. Value zero disables the phrase list.
public void SetWeight(double weight);
member this.SetWeight : double -> unit
Public Sub SetWeight (weight As Double)
Parameters
- weight
- Double
Phrase list grammar biasing weight.