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)