Implemented interface member:
property
Text
System.Speech.Internal.SrgsParser.IToken.Text
1 write to Text
System.Speech (1)
Recognition\SrgsGrammar\SrgsToken.cs (1)
23
Text
= text;
1 reference to Text
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
209
return _parser.CreateToken(parent, srgsToken.
Text
, srgsToken.Pronunciation, srgsToken.Display, -1);