Segment
Represents a segment that was detected for the user.
Segment API
getAttributes()
getAttributes()
Returns attributes pertaining to the segment.
getCategory()
getCategory()
Returns the category of the segment.
getEndTime()
getEndTime()
Returns the end time of the segment, if it has ended. Otherwise, returns null.
getSegmentId()
getSegmentId()
Returns the unique ID of this segment.
getStartTime()
getStartTime()
Returns the start time of the segment.
getSubcategory()
getSubcategory()
Returns the subcategory of the segment.
getType()
getType()
Returns the type of the segment.
Last updated