TextToSpeechService class
Constructors
- TextToSpeechService([String? _apiKey])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
availableVoices(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
textToSpeech(
{required String text, String voiceName = 'de-DE-Wavenet-D', String audioEncoding = 'MP3', String languageCode = 'de-DE', double pitch = 0.00, double speakingRate = 1.00}) → Future< File> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited