|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
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. | |
Collects streaming transcript events into a final user-facing transcript.
Definition at line 15 of file transcriptassembler.h.
| void TranscriptAssembler::applyUpdate | ( | const TranscriptUpdate & | update | ) |
Applies a streaming update to the assembled transcript state.
| update | Session update containing zero or more events. |
| QString TranscriptAssembler::finalTranscript | ( | ) | const |
Returns the current assembled final transcript.