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