Package 

Class MomentModel


  • 
    public final class MomentModel
    
                        

    Represents a key moment in the video with a descriptive label and timestamp.

    • Method Summary

      Modifier and Type Method Description
      final String getLabel()
      final Integer getTimestamp()
      • Methods inherited from class java.lang.Object

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

      • MomentModel

        MomentModel(String label, Integer timestamp)
        Parameters:
        label - A descriptive label for the moment.
        timestamp - The timestamp of the moment in seconds.