TextToSpeechStreamRequest constructor
TextToSpeechStreamRequest({
- String? modelId,
- required String text,
- VoiceSettings? voiceSettings,
Implementation
TextToSpeechStreamRequest({
this.modelId,
required this.text,
this.voiceSettings,
});