6 references to Text
System.Speech (6)
Result\RecognitionResult.cs (2)
89
if (phrase.
Text
== null || phrase.Homophones == null || phrase.Semantics == null || (sml == null && sml != null) || (audio == null && audio != null))
502
sb.Append(
Text
);
Result\RecognizedPhrase.cs (4)
57
root.SetAttribute("text",
Text
);
255
if ((_recoResult.Alternates[i]._homophoneGroupId == _homophoneGroupId) && (_recoResult.Alternates[i].
Text
!= this.
Text
))
1043
alternateNode.SetAttribute("text",
Text
);