Probable Activity
    @JsonClass(generateAdapter = true )
Represents a probable activity with a type and confidence level.
Example JSON:
{
  "type": "WALKING",
  "confidence": 0.9
}Content copied to clipboard
Represents a probable activity with a type and confidence level.
Example JSON:
{
  "type": "WALKING",
  "confidence": 0.9
}