3 references to PromptEmphasis
System.Speech (3)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (3)
699
public void AppendText(string textToSpeak, System.Speech.Synthesis.
PromptEmphasis
emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
749
public PromptStyle(System.Speech.Synthesis.
PromptEmphasis
emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
752
public System.Speech.Synthesis.
PromptEmphasis
Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }