VoicesServicesApi class
A service class for handling text-to-speech and speech-to-text operations using a remote API.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
speechToTextApi(
File content) → Future< String> - Converts speech to text using an API.
-
textToSpeech(
String text) → Future< File?> - Converts text to speech using an API.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited