6 references to VoiceAge
System.Speech (6)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (6)
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); } 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); } 914public System.Speech.Synthesis.VoiceAge Age { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }