System.Html.Speech.SpeechSynthesis.GetVoices C# (CSharp) Method

GetVoices() public method

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