6 references to Sentence
System.Speech (6)
Internal\Synthesis\SSmlParser.cs (3)
640
string sElement = ValidateElement(element, SsmlElement.
Sentence
, reader.Name);
700
possibleChild |= SsmlElement.
Sentence
;
2142
ParagraphOrSentence =
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));
396
ValidateElement(stackElement, SsmlElement.
Sentence
);