ProbableActivity

@JsonClass(generateAdapter = true)
data class ProbableActivity(val type: String, val confidence: Double)

Represents a probable activity with a type and confidence level.

Example JSON:

{
"type": "WALKING",
"confidence": 0.9
}

Constructors

Link copied to clipboard
constructor(type: String, confidence: Double)

Properties

Link copied to clipboard
Link copied to clipboard

Possible values: