2 references to Confidence
System.Speech (2)
Result\RecognizedPhrase.cs (1)
1083
propertyNode.SetAttribute("confidence", semanticsNode[kv.Key].
Confidence
.ToString("f", nfo));
Result\SemanticValue.cs (1)
209
_confidence = value.
Confidence
;