VoicesServicesApi class

A service class for handling text-to-speech and speech-to-text operations using a remote API.

Constructors

VoicesServicesApi()

Properties

baseUrl String
The base URL for the API, constructed using the voice IP and port retrieved from shared preferences.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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