TranslationVoiceConfig constructor
const
TranslationVoiceConfig({ - VoiceGender? voiceGender,
- String? voiceId,
- VoiceCloneConfig? voiceClone,
- String? sttNickName,
- String? llmNickName,
- String? ttsNickName,
- Map<String, dynamic>? sttParams,
- Map<String, dynamic>? llmParams,
- Map<String, dynamic>? ttsParams,
})
Implementation
const TranslationVoiceConfig({
this.voiceGender,
this.voiceId,
this.voiceClone,
this.sttNickName,
this.llmNickName,
this.ttsNickName,
this.sttParams,
this.llmParams,
this.ttsParams,
});