package api import kotlinx.serialization.Serializable @Serializable data class ApiObject( val tag: String, val probability: Double )