1 write to SayAs
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
973ssmlAttributes._fragmentState.SayAs = sayAs;
5 references to SayAs
System.Speech (5)
Internal\Synthesis\ConvertTextFrag.cs (3)
80if (ssmlState.SayAs != null) 82string? format = ssmlState.SayAs.Format; 84switch (interpretAs = ssmlState.SayAs.InterpretAs)
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
241return 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);