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