interface GoogleSpeechVoiceLanguage {
    languageCode: string;
    voice: GoogleSpeechVoice;
}

Properties

Properties

languageCode: string