7 references to SP_NORMAL_CONFIDENCE
System.Speech (7)
Internal\SrgsCompiler\BackEnd.cs (4)
385return new Arc(text, null, _words, 1.0f, CfgGrammar.SP_NORMAL_CONFIDENCE, null, matchMode, ref _fNeedWeightTable); 441return CreateTransition(null, flWeight, CfgGrammar.SP_NORMAL_CONFIDENCE); 908newArc = new Arc(null, ruleToTransitionTo, _words!, flWeight, CfgGrammar.SP_NORMAL_CONFIDENCE, null, MatchMode.AllWords, ref _fNeedWeightTable); 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);
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (3)
214int requiredConfidence = (parent != null) ? parent._confidence : CfgGrammar.SP_NORMAL_CONFIDENCE; 226parent._confidence = CfgGrammar.SP_NORMAL_CONFIDENCE; // Default to normal 230parent._confidence = CfgGrammar.SP_NORMAL_CONFIDENCE; // Default to normal