2 writes to LowConfRequired
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (2)
209
A.
LowConfRequired
= (_confidence < 0);
233
A.
LowConfRequired
= false;
1 reference to LowConfRequired
System.Speech (1)
Internal\SrgsCompiler\BackEnd.cs (1)
914
newArc = new Arc((ulSpecialTransitionIndex != 0) ? 0 : (int)arc.TransitionIndex, flWeight, arc.
LowConfRequired
? CfgGrammar.SP_LOW_CONFIDENCE : arc.HighConfRequired ? CfgGrammar.SP_HIGH_CONFIDENCE : CfgGrammar.SP_NORMAL_CONFIDENCE, ulSpecialTransitionIndex, MatchMode.AllWords, ref _fNeedWeightTable);