VoiceSelectionParams constructor
VoiceSelectionParams({
- CustomVoiceParams? customVoice,
- String? languageCode,
- String? name,
- String? ssmlGender,
Implementation
VoiceSelectionParams({
this.customVoice,
this.languageCode,
this.name,
this.ssmlGender,
});