GetVideoResult

data class GetVideoResult(val description: String? = null, val flags: VideoFlagsResponse, val id: String, val mediaInfo: VideoMediaInfoResponse, val name: String, val streaming: VideoStreamingResponse, val systemData: SystemDataResponse, val title: String? = null, val type: String)

The representation of a single video in a Video Analyzer account.

Constructors

Link copied to clipboard
constructor(description: String? = null, flags: VideoFlagsResponse, id: String, mediaInfo: VideoMediaInfoResponse, name: String, streaming: VideoStreamingResponse, systemData: SystemDataResponse, title: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Optional video description provided by the user. Value can be up to 2048 characters long.

Link copied to clipboard

Video flags contain information about the available video actions and its dynamic properties based on the current video state.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Contains information about the video and audio content.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Video streaming holds information about video streaming URLs.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard
val title: String? = null

Optional video title provided by the user. Value can be up to 256 characters long.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"