1 type derived from Prompt
System.Speech (1)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (1)
649public partial class FilePrompt : System.Speech.Synthesis.Prompt
8 references to Prompt
System.Speech (8)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (8)
743public System.Speech.Synthesis.Prompt Prompt { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 831public System.Speech.Synthesis.Prompt? GetCurrentlySpokenPrompt() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 848public void Speak(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 851public void SpeakAsync(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 852public System.Speech.Synthesis.Prompt SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 853public System.Speech.Synthesis.Prompt SpeakAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 854public void SpeakAsyncCancel(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 857public System.Speech.Synthesis.Prompt SpeakSsmlAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }