TTSResponse constructor
const
TTSResponse({})
Implementation
const TTSResponse({
required this.audioData,
this.contentType,
this.duration,
this.sampleRate,
this.voice,
this.model,
this.usage,
this.alignment,
this.normalizedAlignment,
this.requestId,
});