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
fun GetVideoResult(description: String? = null, flags: VideoFlagsResponse, id: String, mediaInfo: VideoMediaInfoResponse, name: String, streaming: VideoStreamingResponse, systemData: SystemDataResponse, title: String? = null, type: String)