SynthesisMetadata constructor
const
SynthesisMetadata({})
Implementation
const SynthesisMetadata({
required this.voice,
required this.language,
required this.processingTime,
required this.characterCount,
});
const SynthesisMetadata({
required this.voice,
required this.language,
required this.processingTime,
required this.characterCount,
});