Rectangle Response
data class RectangleResponse(val height: String? = null, val left: String? = null, val top: String? = null, val width: String? = null)
Describes the properties of a rectangular window applied to the input media before processing it.