4 writes to _confidence
System.Speech (4)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (4)
226
parent.
_confidence
= CfgGrammar.SP_NORMAL_CONFIDENCE; // Default to normal
230
parent.
_confidence
= CfgGrammar.SP_NORMAL_CONFIDENCE; // Default to normal
234
parent.
_confidence
= CfgGrammar.SP_LOW_CONFIDENCE;
238
parent.
_confidence
= CfgGrammar.SP_HIGH_CONFIDENCE;
1 reference to _confidence
System.Speech (1)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
214
int requiredConfidence = (parent != null) ? parent.
_confidence
: CfgGrammar.SP_NORMAL_CONFIDENCE;