|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
One packaged asset entry recorded in a package manifest. More...
#include <modelpackage.h>
Public Attributes | |
| QString | role |
Logical asset role such as weights. | |
| QString | relativePath |
| Relative path from the package root to the asset file. | |
| QString | sha256 |
| Lowercase SHA-256 digest for the asset contents. | |
| qint64 | sizeBytes = 0 |
| Declared size of the asset in bytes. | |
One packaged asset entry recorded in a package manifest.
Definition at line 28 of file modelpackage.h.
| QString ModelAssetMetadata::relativePath |
Relative path from the package root to the asset file.
Definition at line 32 of file modelpackage.h.
| QString ModelAssetMetadata::role |
Logical asset role such as weights.
Definition at line 30 of file modelpackage.h.
| QString ModelAssetMetadata::sha256 |
Lowercase SHA-256 digest for the asset contents.
Definition at line 34 of file modelpackage.h.
| qint64 ModelAssetMetadata::sizeBytes = 0 |
Declared size of the asset in bytes.
Definition at line 36 of file modelpackage.h.