TranslationVoiceConfig class

Voice configuration for translation

Constructors

TranslationVoiceConfig({VoiceGender? voiceGender, String? voiceId, VoiceCloneConfig? voiceClone, String? sttNickName, String? llmNickName, String? ttsNickName, Map<String, dynamic>? sttParams, Map<String, dynamic>? llmParams, Map<String, dynamic>? ttsParams})
const
TranslationVoiceConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
llmNickName String?
final
llmParams Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sttNickName String?
Pipeline nicknames (for custom STT/LLM/TTS providers)
final
sttParams Map<String, dynamic>?
Pipeline params (provider-specific settings)
final
ttsNickName String?
final
ttsParams Map<String, dynamic>?
final
voiceClone VoiceCloneConfig?
Voice Cloning configuration (future feature)
final
voiceGender VoiceGender?
Basic Mode: Gender preference (simple selection)
final
voiceId String?
Advanced Mode: Explicit voice ID from provider
final

Methods

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

Operators

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