8 references to VoiceGender
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
717
public void StartVoice(System.Speech.Synthesis.
VoiceGender
gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
718
public void StartVoice(System.Speech.Synthesis.
VoiceGender
gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
719
public void StartVoice(System.Speech.Synthesis.
VoiceGender
gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
830
public void SelectVoiceByHints(System.Speech.Synthesis.
VoiceGender
gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
831
public void SelectVoiceByHints(System.Speech.Synthesis.
VoiceGender
gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
832
public void SelectVoiceByHints(System.Speech.Synthesis.
VoiceGender
gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
833
public void SelectVoiceByHints(System.Speech.Synthesis.
VoiceGender
gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate, System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
917
public System.Speech.Synthesis.
VoiceGender
Gender { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }