System.Html.Speech.SpeechSynthesis.GetVoices C# (CSharp) Méthode

GetVoices() public méthode

public GetVoices ( ) : System.Html.Speech.SpeechSynthesisVoice[]
Résultat System.Html.Speech.SpeechSynthesisVoice[]
        public SpeechSynthesisVoice[] GetVoices()
        {
            return null;
        }