interface GoogleSpeechVoicesLanguage {
    languageCode: string;
    voices: GoogleSpeechVoice;
}

Properties

Properties

languageCode: string