2 references to Arc
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (1)
62
:
this
(0, flWeight, confidence, 0, matchMode, ref fNeedWeightTable)
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);