|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Stable engine/session boundary for embedded transcription backends. More...
Go to the source code of this file.
Classes | |
| class | TranscriptionModelHandle |
| Immutable loaded-model interface created by a transcription engine. More... | |
| class | TranscriptionSession |
| Mutable per-session transcription interface. More... | |
| class | TranscriptionEngine |
| Immutable engine configuration that creates backend sessions. More... | |
Functions | |
| std::shared_ptr< const TranscriptionEngine > | createTranscriptionEngine (const TranscriberConfig &config) |
| Creates the configured embedded transcription engine. | |
Stable engine/session boundary for embedded transcription backends.
Definition in file transcriptionengine.h.
| std::shared_ptr< const TranscriptionEngine > createTranscriptionEngine | ( | const TranscriberConfig & | config | ) |
Creates the configured embedded transcription engine.
| config | Backend configuration copied into the engine. |