2 implementations of Ssml
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
283
public string
Ssml
Internal\Synthesis\TextWriterEngine.cs (1)
365
public string?
Ssml
2 references to Ssml
System.Speech (2)
Internal\Synthesis\SSmlParser.cs (2)
1010
if (reader is XmlTextReader textReader && engine.
Ssml
!= null)
1012
textPosition = engine.
Ssml
.IndexOf(reader.Value, textReader.LinePosition + reader.LocalName.Length, StringComparison.Ordinal);