3 references to PromptRate
System.Speech (3)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (3)
700
public void AppendText(string textToSpeak, System.Speech.Synthesis.
PromptRate
rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
750
public PromptStyle(System.Speech.Synthesis.
PromptRate
rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
753
public System.Speech.Synthesis.
PromptRate
Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }