TranscriberMessage constructor
TranscriberMessage({})
Implementation
TranscriberMessage({
required this.segmentId,
required this.speakerUserId,
required this.sourceText,
required this.translationTexts,
required this.timestamp,
required this.isCompleted,
});