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