VoiceSelectionParams constructor

VoiceSelectionParams({
  1. CustomVoiceParams? customVoice,
  2. String? languageCode,
  3. String? name,
  4. String? ssmlGender,
})

Implementation

VoiceSelectionParams({
  this.customVoice,
  this.languageCode,
  this.name,
  this.ssmlGender,
});