2 writes to HighConfRequired
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (2)
210
A.
HighConfRequired
= (_confidence > 0);
234
A.
HighConfRequired
= false;
1 reference to HighConfRequired
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);