2 references to SP_LOW_CONFIDENCE
System.Speech (2)
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);
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
234
parent._confidence = CfgGrammar.
SP_LOW_CONFIDENCE
;