TranslationVoiceConfig constructor

const TranslationVoiceConfig({
  1. VoiceGender? voiceGender,
  2. String? voiceId,
  3. VoiceCloneConfig? voiceClone,
  4. String? sttNickName,
  5. String? llmNickName,
  6. String? ttsNickName,
  7. Map<String, dynamic>? sttParams,
  8. Map<String, dynamic>? llmParams,
  9. 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,
});