menu
runanywhere package
documentation
features/tts/system_tts_service.dart
TTSInput
TTSInput.new const constructor
TTSInput.new const constructor
dark_mode
light_mode
TTSInput
constructor
const
TTSInput
(
{
required
String
text
,
String
?
voiceId
,
double
rate
=
1.0
,
double
pitch
=
1.0
,
})
Implementation
const TTSInput({ required this.text, this.voiceId, this.rate = 1.0, this.pitch = 1.0, });
runanywhere package
documentation
features/tts/system_tts_service
TTSInput
TTSInput.new const constructor
TTSInput class