Crop Response
data class CropResponse(val bottomPixels: Int, val leftPixels: Int, val rightPixels: Int, val topPixels: Int)
Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.