|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
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< TranscriptEvent > | events |
| Zero or more transcript events emitted by the operation. | |
| RuntimeError | error |
| Structured runtime failure when the operation did not succeed. | |
Result of one streaming session operation.
Definition at line 196 of file transcriptiontypes.h.
|
inline |
Reports whether this update completed without a runtime error.
true when error is clear. Definition at line 206 of file transcriptiontypes.h.
| RuntimeError TranscriptUpdate::error |
Structured runtime failure when the operation did not succeed.
Definition at line 200 of file transcriptiontypes.h.
| std::vector<TranscriptEvent> TranscriptUpdate::events |
Zero or more transcript events emitted by the operation.
Definition at line 198 of file transcriptiontypes.h.