TranslationTranscriptData constructor
TranslationTranscriptData({})
Implementation
TranslationTranscriptData({
required this.speakerId,
required this.speakerName,
required this.language,
required this.originalText,
required this.translatedText,
required this.sourceLang,
this.detectedLanguage,
required this.timestamp,
});