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