1 type derived from Prompt
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
641
public partial class FilePrompt : System.Speech.Synthesis.
Prompt
8 references to Prompt
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
735
public System.Speech.Synthesis.
Prompt
Prompt { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
823
public System.Speech.Synthesis.
Prompt
GetCurrentlySpokenPrompt() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
840
public void Speak(System.Speech.Synthesis.
Prompt
prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
843
public void SpeakAsync(System.Speech.Synthesis.
Prompt
prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
844
public System.Speech.Synthesis.
Prompt
SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
845
public System.Speech.Synthesis.
Prompt
SpeakAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
846
public void SpeakAsyncCancel(System.Speech.Synthesis.
Prompt
prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
849
public System.Speech.Synthesis.
Prompt
SpeakSsmlAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }