1 write to _text
System.Speech (1)
Result\RecognizedPhrase.cs (1)
142
_text
= sb.ToString().Trim(' ');
2 references to _text
System.Speech (2)
Result\RecognizedPhrase.cs (2)
89
if (
_text
== null)
144
return
_text
;