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