3 references to Lexicon
System.Speech (3)
Internal\Synthesis\SSmlParser.cs (2)
205SsmlElement possibleChild = SsmlElement.Lexicon | SsmlElement.Meta | SsmlElement.MetaData | SsmlElement.ParagraphOrSentence | SsmlElement.AudioMarkTextWithStyle | ElementPromptEngine(ssmlAttributes); 1218string sElement = ValidateElement(element, SsmlElement.Lexicon, reader.Name);
Synthesis\PromptBuilder.cs (1)
49_elementStack.Push(new StackElement(SsmlElement.Lexicon | SsmlElement.Meta | SsmlElement.MetaData | SsmlElement.ParagraphOrSentence | SsmlElement.AudioMarkTextWithStyle, SsmlState.Header, _culture));