36 QString m_finalTranscript;
37 QString m_latestPartial;
Collects streaming transcript events into a final user-facing transcript.
void applyUpdate(const TranscriptUpdate &update)
Applies a streaming update to the assembled transcript state.
QString finalTranscript() const
Returns the current assembled final transcript.
void reset()
Resets any accumulated transcript state.
Result of one streaming session operation.
Shared value types exchanged by the transcription pipeline.