ActivityRecord

@JsonClass(generateAdapter = true)
data class ActivityRecord(val activity: List<Activity>, val timestamp: String)

Activity information for a location at a given timestamp.

Constructors

Link copied to clipboard
constructor(activity: List<Activity>, timestamp: String)

Properties

Link copied to clipboard

List of candidate detected activities with their associated confidence.

Link copied to clipboard

Timestamp (as an ISO 8601 string) of the activity.