VideoRegion

data class VideoRegion(val x: Double, val y: Double, val width: Double, val height: Double, val url: String)

Video regions of a product inside a block These values are percentages of the block's width and height

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, width: Double, height: Double, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double