1 instantiation of ReplacementText
System.Speech (1)
Result\RecognizedPhrase.cs (1)
302
_replacementText.Add(new
ReplacementText
(displayAttributes, text, (int)replacement.ulFirstElement, (int)replacement.ulCountOfElements));
7 references to ReplacementText
System.Speech (7)
Result\RecognizedPhrase.cs (7)
91
Collection<
ReplacementText
> replacements = ReplacementWordUnits;
92
ReplacementText
? replacement;
282
public Collection<
ReplacementText
> ReplacementWordUnits
288
_replacementText = new Collection<
ReplacementText
>();
1021
private static int NextReplacementWord(Collection<
ReplacementText
> replacements, out
ReplacementText
? replacement, ref int posInCollection)
1218
private Collection<
ReplacementText
>? _replacementText;