Achievement

data class Achievement(val objectName: String, var certaintyScore: Float, var detectionDate: String? = null)

Parameters

objectName

one of the strings in the 80 objects list

Constructors

Link copied to clipboard
constructor(objectName: String, certaintyScore: Float, detectionDate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard