Jpg Layer Response
data class JpgLayerResponse(val height: String? = null, val label: String? = null, val quality: Int? = null, val width: String? = null)
Describes the settings to produce a JPEG image from the input video.
Describes the settings to produce a JPEG image from the input video.