SystemTTS class abstract final

Built-in System TTS module identifiers.

The SDK registers a synthetic system-tts ModelInfo into the proto registry on every platform so the platform TTS provider (driven by C++ platform callbacks) participates in Model Selection alongside downloadable voices. Callers that need to detect or load the built-in engine should refer to SystemTTS.modelId rather than the literal.

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

Constants

modelId → const String
Stable registry id for the built-in system TTS engine.