AchievementsTuple

data class AchievementsTuple(val objectName: String, val certaintyScore: Float, val detectionDate: Date? = null)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val detectionDate: Date? = null
Link copied to clipboard