DavoiceInitAllOptions class
Options for initializing the unified STT/TTS stack.
Constructors
- DavoiceInitAllOptions({required String locale, required String model, int? timeoutMs, String? onboardingJsonPath})
-
Creates unified STT/TTS initialization options.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → String
-
Speech locale, for example
en-US.final - model → String
-
Model path or Flutter asset key understood by the native bridge.
final
- onboardingJsonPath → String?
-
Optional speaker-verification onboarding JSON path.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeoutMs → int?
-
Optional native timeout in milliseconds.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts options to the native channel map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited