mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
TranscriptUpdate Struct Reference

Result of one streaming session operation. More...

#include <transcriptiontypes.h>

Public Member Functions

bool isOk () const
 Reports whether this update completed without a runtime error.
 

Public Attributes

std::vector< TranscriptEventevents
 Zero or more transcript events emitted by the operation.
 
RuntimeError error
 Structured runtime failure when the operation did not succeed.
 

Detailed Description

Result of one streaming session operation.

Definition at line 196 of file transcriptiontypes.h.

Member Function Documentation

◆ isOk()

bool TranscriptUpdate::isOk ( ) const
inline

Reports whether this update completed without a runtime error.

Returns
true when error is clear.

Definition at line 206 of file transcriptiontypes.h.

Member Data Documentation

◆ error

RuntimeError TranscriptUpdate::error

Structured runtime failure when the operation did not succeed.

Definition at line 200 of file transcriptiontypes.h.

◆ events

std::vector<TranscriptEvent> TranscriptUpdate::events

Zero or more transcript events emitted by the operation.

Definition at line 198 of file transcriptiontypes.h.


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