1 write to Rule
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
580Rule = source.Rule;
3 references to Rule
System.Speech (3)
Result\RecognizedPhrase.cs (3)
160int countOfElements = (int)_serializedPhrase.Rule.ulCountOfElements; 353_confidence = _serializedPhrase.Rule.SREngineConfidence; 423RuleNode ruleTree = ExtractRules(grammar, _serializedPhrase.Rule, buffer);