interface GoogleSpeechConfigSingle {
    languageCode?: string;
    voiceConfig: GoogleVoiceConfig;
}

Properties

languageCode?: string
voiceConfig: GoogleVoiceConfig