VideoSequenceAbsoluteTimeMarkersResponse

data class VideoSequenceAbsoluteTimeMarkersResponse(val ranges: String, val type: String)

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.

Constructors

Link copied to clipboard
constructor(ranges: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sequence of datetime ranges. Example: '["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]'.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.VideoSequenceAbsoluteTimeMarkers'.