TtsVoiceConfiguration class

This class represents the configuration about TTS voice.

Constructors

TtsVoiceConfiguration.from({required String path, required List<MultiVoiceDirection> multiVoiceDirections, required List<VoiceDirection> voiceDirections})
Returns the new instance of TtsVoiceConfiguration based on arguments.

Properties

hashCode int
The hash code for this object.
no setteroverride
multiVoiceDirections List<MultiVoiceDirection>
The multi voice directions
final
path String
The path for tts voice
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voiceDirections List<VoiceDirection>
The voice directions
final

Methods

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

Operators

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