36 [[nodiscard]]
static std::optional<ValidatedModelPackage>
Importer that converts legacy raw Whisper files into native packages.
static std::optional< ValidatedModelPackage > importFile(const QString &sourcePath, const RawWhisperImportRequest &request={}, RuntimeError *error=nullptr)
Imports a raw whisper.cpp-compatible .bin file into a native package.
Product-owned model package manifest and validated package value types.
Request parameters for importing a raw Whisper artifact into a native package.
QString packageIdOverride
Optional package id override.
QString outputPath
Destination package path or parent directory. Empty uses the default models root.
Structured runtime-layer failure with user-facing and diagnostic text.
Shared value types exchanged by the transcription pipeline.