VideoSequenceAbsoluteTimeMarkersArgs

data class VideoSequenceAbsoluteTimeMarkersArgs(val ranges: Output<String>, val type: Output<String>) : ConvertibleToJava<VideoSequenceAbsoluteTimeMarkersArgs>

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: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val ranges: Output<String>

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

Link copied to clipboard
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): VideoSequenceAbsoluteTimeMarkersArgs