VideoSourceResponse

data class VideoSourceResponse(val name: String, val timeSequences: VideoSequenceAbsoluteTimeMarkersResponse, val type: String, val videoName: String)

Video source allows for content from a Video Analyzer video resource to be ingested into a pipeline. Currently supported only with batch pipelines.

Constructors

Link copied to clipboard
constructor(name: String, timeSequences: VideoSequenceAbsoluteTimeMarkersResponse, type: String, videoName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Node name. Must be unique within the topology.

Link copied to clipboard

Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.

Link copied to clipboard

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

Link copied to clipboard

Name of the Video Analyzer video resource to be used as the source.