1 write to SayAs
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
973
ssmlAttributes._fragmentState.
SayAs
= sayAs;
5 references to SayAs
System.Speech (5)
Internal\Synthesis\ConvertTextFrag.cs (3)
80
if (ssmlState.
SayAs
!= null)
82
string? format = ssmlState.
SayAs
.Format;
84
switch (interpretAs = ssmlState.
SayAs
.InterpretAs)
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
241
return state1.Action == state2.Action && state1.LangId == state2.LangId && state1.Emphasis == state2.Emphasis && state1.Duration == state2.Duration && state1.
SayAs
== state2.
SayAs
&& state1.Prosody == state2.Prosody && Array.Equals(state1.Phoneme, state2.Phoneme);