6 references to Sentence
System.Speech (6)
Internal\Synthesis\SSmlParser.cs (3)
640string sElement = ValidateElement(element, SsmlElement.Sentence, reader.Name); 700possibleChild |= SsmlElement.Sentence; 2142ParagraphOrSentence = Sentence | Paragraph,
Synthesis\PromptBuilder.cs (3)
317_elementStack.Push(new StackElement(SsmlElement.Sentence | SsmlElement.AudioMarkTextWithStyle, SsmlState.Voice, culture)); 378_elementStack.Push(new StackElement(SsmlElement.AudioMarkTextWithStyle | SsmlElement.Sentence, SsmlState.Paragraph, culture)); 396ValidateElement(stackElement, SsmlElement.Sentence);