TtsGoogle class

Helper class for Google TTS requests

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

initDone bool
no setter
repo ↔ RepositoryGoogle
latefinal

Static Methods

convertTts(TtsParamsGoogle ttsParams) Future<AudioSuccessGoogle>
Converts text to speech and return audio file as Uint8List.
getVoices() Future<VoicesSuccessGoogle>
Get voices
init({required InitParamsGoogle params, bool withLogs = true}) → void
MUST be called first before any other call is made.