3 instantiations of Prosody
System.Speech (3)
Internal\Synthesis\SSmlParser.cs (1)
850
Prosody prosody = ssmlAttributes._fragmentState.Prosody != null ? ssmlAttributes._fragmentState.Prosody.Clone() : new
Prosody
();
Internal\Synthesis\VoiceSynthesis.cs (1)
766
fragmentState.Prosody = new
Prosody
();
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
298
Prosody cloned =
new
();
6 references to Prosody
System.Speech (6)
Internal\Synthesis\SSmlParser.cs (1)
850
Prosody
prosody = ssmlAttributes._fragmentState.Prosody != null ? ssmlAttributes._fragmentState.Prosody.Clone() : new Prosody();
Synthesis\TTSEngine\TTSEngineTypes.cs (5)
221
[DisallowNull] public
Prosody
? Prosody { get { return _prosody; } internal set { ArgumentNullException.ThrowIfNull(value); _prosody = value; } }
228
Prosody
? prosody,
270
private
Prosody
? _prosody;
296
internal
Prosody
Clone()
298
Prosody
cloned = new();