VideoSequenceAbsoluteTimeMarkers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.VideoSequenceAbsoluteTimeMarkers")]
public class VideoSequenceAbsoluteTimeMarkers : Microsoft.Azure.Management.VideoAnalyzer.Models.TimeSequenceBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.VideoSequenceAbsoluteTimeMarkers")>]
type VideoSequenceAbsoluteTimeMarkers = class
inherit TimeSequenceBase
Public Class VideoSequenceAbsoluteTimeMarkers
Inherits TimeSequenceBase
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
VideoSequenceAbsoluteTimeMarkers() |
Initializes a new instance of the VideoSequenceAbsoluteTimeMarkers class. |
VideoSequenceAbsoluteTimeMarkers(String) |
Initializes a new instance of the VideoSequenceAbsoluteTimeMarkers class. |
Properties
Ranges |
Gets or sets the sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'. |
Methods
Validate() |
Validate the object. |