Package 

Class VideoHeatmapModel


  • 
    public final class VideoHeatmapModel
    
                        

    Represents the heatmap data for a video. Each key represents a time segment and its corresponding watch percentage.

    • Method Summary

      Modifier and Type Method Description
      final Map<String, Integer> getHeatmap()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VideoHeatmapModel

        VideoHeatmapModel(Map<String, Integer> heatmap)
        Parameters:
        heatmap - The heatmap where keys are time segments and values are watch percentages.