6 references to Text
System.Speech (6)
Internal\SapiInterop\SapiRecoInterop.cs (4)
474
if (word.
Text
!= null)
476
GCHandle handle = GCHandle.Alloc(word.
Text
, GCHandleType.Pinned);
481
if (word.
Text
== null || word.LexicalForm != word.
Text
)
Result\RecognizedPhrase.cs (2)
112
text = Words[i].
Text
;
503
sb.Append(words[(int)children._firstElement + i].
Text
);