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