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