2 writes to _confidence
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (2)
32
_confidence
= arc._confidence;
83
_confidence
= confidence;
9 references to _confidence
System.Speech (9)
Internal\SrgsCompiler\Arc.cs (9)
32
_confidence = arc.
_confidence
;
141
if (arc1._ruleRef != null || arc2._ruleRef != null || ((arc1._specialTransitionIndex - arc2._specialTransitionIndex) + (arc1.
_confidence
- arc2.
_confidence
) != 0))
164
else if (arc1.
_confidence
!= arc2.
_confidence
)
165
return arc1.
_confidence
- arc2.
_confidence
;
209
A.LowConfRequired = (
_confidence
< 0);
210
A.HighConfRequired = (
_confidence
> 0);