-
public final class MomentModelRepresents a key moment in the video with a descriptive label and timestamp.
-
-
Constructor Summary
Constructors Constructor Description MomentModel(String label, Integer timestamp)
-
Method Summary
Modifier and Type Method Description final StringgetLabel()final IntegergetTimestamp()
-