mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
TranscriptAssembler Class Referencefinal

Collects streaming transcript events into a final user-facing transcript. More...

#include <transcriptassembler.h>

Public Member Functions

void reset ()
 Resets any accumulated transcript state.
 
void applyUpdate (const TranscriptUpdate &update)
 Applies a streaming update to the assembled transcript state.
 
QString finalTranscript () const
 Returns the current assembled final transcript.
 

Detailed Description

Collects streaming transcript events into a final user-facing transcript.

Definition at line 15 of file transcriptassembler.h.

Member Function Documentation

◆ applyUpdate()

void TranscriptAssembler::applyUpdate ( const TranscriptUpdate update)

Applies a streaming update to the assembled transcript state.

Parameters
updateSession update containing zero or more events.

◆ finalTranscript()

QString TranscriptAssembler::finalTranscript ( ) const

Returns the current assembled final transcript.

Returns
Clipboard-friendly joined final transcript text.

The documentation for this class was generated from the following file: