-
public final class VideoHeatmapModelRepresents the heatmap data for a video. Each key represents a time segment and its corresponding watch percentage.
-
-
Constructor Summary
Constructors Constructor Description VideoHeatmapModel(Map<String, Integer> heatmap)
-
Method Summary
Modifier and Type Method Description final Map<String, Integer>getHeatmap()
-