TranscriptionSegment constructor
Implementation
const TranscriptionSegment({
required this.id,
required this.text,
required this.firstReceivedTime,
required this.lastReceivedTime,
required this.isFinal,
required this.language,
});
const TranscriptionSegment({
required this.id,
required this.text,
required this.firstReceivedTime,
required this.lastReceivedTime,
required this.isFinal,
required this.language,
});