ModelInfo

data class ModelInfo(val id: String, val displayName: String, val approxSizeMb: Int, val state: ModelDownloadState, val progress: Float = 0.0f, val downloadProgress: DownloadProgress? = null, val error: String? = null)

A downloadable on-device model, surfaced to the settings screen.

Constructors

Link copied to clipboard
constructor(id: String, displayName: String, approxSizeMb: Int, state: ModelDownloadState, progress: Float = 0.0f, downloadProgress: DownloadProgress? = null, error: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Detailed transfer stats while DOWNLOADING (bytes/speed/ETA); null otherwise.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

0f..1f while state is DOWNLOADING; otherwise 0f.

Link copied to clipboard