VideoSequenceAbsoluteTimeMarkers type

A sequence of absolute datetime ranges as a string. The datetime values should follow IS08601, and the sum of the ranges should add up to 24 hours or less. Currently, there can be only one range specified in the sequence.

type VideoSequenceAbsoluteTimeMarkers = TimeSequenceBase & {
  ranges: string
  type: "#Microsoft.VideoAnalyzer.VideoSequenceAbsoluteTimeMarkers"
}