Package-level declarations

Types

Link copied to clipboard
data class UserPreferences(var minDetectCertainty: Float = Default.minDetectCertainty, var maxObjectDetections: Int = Default.maxObjectsDetections, var enableAnimations: Boolean = Default.enableAnimations, var selectedModel: String = Default.selectedModel, var savePictures: Boolean = Default.savePictures)
Link copied to clipboard
@Serializable
data class UserSecretPreferences(val geminiApiKey: String = "")
Link copied to clipboard

Utility to encrypt and decrypt the key when storing it or retrieving it

Properties

Link copied to clipboard