|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Immutable loaded native CPU model handle owned by the runtime. More...
#include <cpureferencemodel.h>
Public Member Functions | |
| CpuReferenceModelHandle (ValidatedModelPackage package, CpuReferenceModelData model, qint64 loadTimeMs) | |
| Creates an immutable native CPU reference model handle. | |
| QString | backendName () const override |
| Returns the backend identifier for this loaded model. | |
| ModelMetadata | metadata () const override |
| Returns product-owned immutable metadata for the loaded artifact. | |
| QString | modelDescription () const override |
| Returns a human-readable description of the loaded model. | |
| const QString & | transcript () const |
| Returns the deterministic transcript fixture embedded in this model. | |
Public Member Functions inherited from TranscriptionModelHandle | |
| TranscriptionModelHandle (const TranscriptionModelHandle &)=delete | |
| TranscriptionModelHandle & | operator= (const TranscriptionModelHandle &)=delete |
| TranscriptionModelHandle (TranscriptionModelHandle &&)=delete | |
| TranscriptionModelHandle & | operator= (TranscriptionModelHandle &&)=delete |
Immutable loaded native CPU model handle owned by the runtime.
Definition at line 40 of file cpureferencemodel.h.
| CpuReferenceModelHandle::CpuReferenceModelHandle | ( | ValidatedModelPackage | package, |
| CpuReferenceModelData | model, | ||
| qint64 | loadTimeMs | ||
| ) |
Creates an immutable native CPU reference model handle.
| package | Validated package metadata and resolved asset paths. |
| model | Parsed deterministic reference model payload. |
| loadTimeMs | Measured load time in milliseconds for diagnostics. |
|
overridevirtual |
Returns the backend identifier for this loaded model.
Implements TranscriptionModelHandle.
|
overridevirtual |
Returns product-owned immutable metadata for the loaded artifact.
Implements TranscriptionModelHandle.
|
overridevirtual |
Returns a human-readable description of the loaded model.
Implements TranscriptionModelHandle.
| const QString & CpuReferenceModelHandle::transcript | ( | ) | const |
Returns the deterministic transcript fixture embedded in this model.