SystemTTSService class

System TTS Service implementation using flutter_tts Matches iOS SystemTTSService from TTSComponent.swift

Constructors

SystemTTSService()

Properties

availableVoices List<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
inferenceFramework String
no setter
isReady bool
no setter
isSynthesizing bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanup() Future<void>
getAvailableVoices() Future<List<TTSVoice>>
initialize({String? modelPath}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() Future<void>
synthesize(TTSInput input) Future<TTSOutput>
toString() String
A string representation of this object.
inherited

Operators

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