ElevenLabsSTTResponse constructor
const
ElevenLabsSTTResponse({})
Implementation
const ElevenLabsSTTResponse({
required this.text,
this.languageCode,
this.languageProbability,
this.words,
this.additionalFormats,
});