voice method
Configure TTS with specific voice
Implementation
GoogleLLMBuilder voice(String voiceName) {
_baseBuilder.extension('defaultVoiceName', voiceName);
return this;
}
Configure TTS with specific voice
GoogleLLMBuilder voice(String voiceName) {
_baseBuilder.extension('defaultVoiceName', voiceName);
return this;
}