TranscriptionSegment constructor
const
TranscriptionSegment({})
Implementation
const TranscriptionSegment({
required this.id,
required this.seek,
required this.start,
required this.end,
required this.text,
required this.tokens,
required this.temperature,
required this.avgLogprob,
required this.compressionRatio,
required this.noSpeechProb,
});