Get Video Result
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)
Properties
Link copied to clipboard
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
Contains information about the video and audio content.
Link copied to clipboard
Video streaming holds information about video streaming URLs.
Link copied to clipboard
The system metadata relating to this resource.