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

Result of a single transcription attempt. More...

#include <transcriptiontypes.h>

Public Attributes

bool success = false
 true when transcription completed successfully.
 
QString text
 Final recognized text when success is true.
 
RuntimeError error
 Structured runtime failure when success is false.
 

Detailed Description

Result of a single transcription attempt.

Definition at line 212 of file transcriptiontypes.h.

Member Data Documentation

◆ error

RuntimeError TranscriptionResult::error

Structured runtime failure when success is false.

Definition at line 218 of file transcriptiontypes.h.

◆ success

bool TranscriptionResult::success = false

true when transcription completed successfully.

Definition at line 214 of file transcriptiontypes.h.

◆ text

QString TranscriptionResult::text

Final recognized text when success is true.

Definition at line 216 of file transcriptiontypes.h.


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