Video
data class Video(val video: Blob, val captions: List<VideoCaption> = emptyList(), val alt: String? = null, val aspectRatio: AspectRatio? = null)
Parameters
alt
Alt text description of the video, for accessibility.
Constructors
Link copied to clipboard
constructor(video: Blob, captions: List<VideoCaption> = emptyList(), alt: String? = null, aspectRatio: AspectRatio? = null)