1 instantiation of ResultPropertiesRef
System.Speech (1)
Result\RecognizedPhrase.cs (1)
559
propertyList.Add(new
ResultPropertiesRef
(propertyName, thisSemanticValue, node));
6 references to ResultPropertiesRef
System.Speech (6)
Result\RecognizedPhrase.cs (6)
424
List<
ResultPropertiesRef
> propertyList = BuildRecoPropertyTree(_serializedPhrase, buffer, ruleTree, words, _isSapi53Header);
454
private static List<
ResultPropertiesRef
> BuildRecoPropertyTree(SPSERIALIZEDPHRASE serializedPhrase, IntPtr phraseBuffer, RuleNode ruleTree, IList<RecognizedWordUnit> words, bool isSapi53Header)
456
List<
ResultPropertiesRef
> propertyList = new();
466
private static SemanticValue RecursiveBuildSemanticProperties(IList<RecognizedWordUnit> words, List<
ResultPropertiesRef
> properties, RuleNode ruleTree, GrammarOptions semanticTag, ref Collection<SemanticValue>? dupItems)
513
foreach (
ResultPropertiesRef
property in properties)
543
private static void RecursivelyExtractSemanticProperties(List<
ResultPropertiesRef
> propertyList, int semanticsOffset, IntPtr phraseBuffer, RuleNode ruleTree, IList<RecognizedWordUnit> words, bool isSapi53Header)