TimelineData

@JsonClass(generateAdapter = true)
data class TimelineData(val semanticSegments: List<SemanticSegment>, val rawSignals: List<RawSignal>, val userLocationProfile: UserLocationProfile)

Data class representing the timeline data.

Constructors

Link copied to clipboard
constructor(semanticSegments: List<SemanticSegment>, rawSignals: List<RawSignal>, userLocationProfile: UserLocationProfile)

Properties

Link copied to clipboard

List of raw signals in the timeline.

Link copied to clipboard

List of semantic segments in the timeline.

Link copied to clipboard

User location profile containing frequent places.