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.
Constructors
Link copied to clipboard
fun RectangleResponse(height: String? = null, left: String? = null, top: String? = null, width: String? = null)