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