3 references to Prosody
System.Speech (3)
Internal\Synthesis\SSmlParser.cs (1)
850Prosody prosody = ssmlAttributes._fragmentState.Prosody != null ? ssmlAttributes._fragmentState.Prosody.Clone() : new Prosody();
Internal\Synthesis\VoiceSynthesis.cs (1)
766fragmentState.Prosody = new Prosody();
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
298Prosody cloned = new();