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

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.
 

Detailed Description

One packaged asset entry recorded in a package manifest.

Definition at line 28 of file modelpackage.h.

Member Data Documentation

◆ relativePath

QString ModelAssetMetadata::relativePath

Relative path from the package root to the asset file.

Definition at line 32 of file modelpackage.h.

◆ role

QString ModelAssetMetadata::role

Logical asset role such as weights.

Definition at line 30 of file modelpackage.h.

◆ sha256

QString ModelAssetMetadata::sha256

Lowercase SHA-256 digest for the asset contents.

Definition at line 34 of file modelpackage.h.

◆ sizeBytes

qint64 ModelAssetMetadata::sizeBytes = 0

Declared size of the asset in bytes.

Definition at line 36 of file modelpackage.h.


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