VideoPreviewImageUrlsResponse

data class VideoPreviewImageUrlsResponse(val large: String? = null, val medium: String? = null, val small: String? = null)

Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is 'archive' and preview images are enabled.

Constructors

Link copied to clipboard
constructor(large: String? = null, medium: String? = null, small: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val large: String? = null

High resolution preview image URL.

Link copied to clipboard
val medium: String? = null

Medium resolution preview image URL.

Link copied to clipboard
val small: String? = null

Low resolution preview image URL.