1 write to _confidence
System.Speech (1)
Result\RecognizedPhrase.cs (1)
353
_confidence
= _serializedPhrase.Rule.SREngineConfidence;
2 references to _confidence
System.Speech (2)
Result\RecognizedPhrase.cs (2)
151
return
_confidence
;
444
_semantics = new SemanticValue("<ROOT>", null,
_confidence
);