generateSpeech abstract method
Generate speech from text using Google's native TTS
request
- The TTS request configuration
Returns audio data and metadata or throws an LLMError
Implementation
Future<GoogleTTSResponse> generateSpeech(GoogleTTSRequest request);