4 references to SemanticValue
System.Speech (4)
Result\RecognizedPhrase.cs (3)
444
_semantics = new
SemanticValue
("<ROOT>", null, _confidence);
468
SemanticValue semanticValue =
new
(ruleTree._name, null, ruleTree._confidence);
736
return new
SemanticValue
(propertyName, propertyValue, property.SREngineConfidence);
Result\SemanticValue.cs (1)
31
:
this
(string.Empty, value, -1f)