Preprocessing Config Args
data class PreprocessingConfigArgs(val audio: Output<AudioArgs>? = null, val color: Output<ColorArgs>? = null, val crop: Output<CropArgs>? = null, val deblock: Output<DeblockArgs>? = null, val deinterlace: Output<DeinterlaceArgs>? = null, val denoise: Output<DenoiseArgs>? = null, val pad: Output<PadArgs>? = null) : ConvertibleToJava<PreprocessingConfigArgs>
Preprocessing configurations.
Constructors
Link copied to clipboard
fun PreprocessingConfigArgs(audio: Output<AudioArgs>? = null, color: Output<ColorArgs>? = null, crop: Output<CropArgs>? = null, deblock: Output<DeblockArgs>? = null, deinterlace: Output<DeinterlaceArgs>? = null, denoise: Output<DenoiseArgs>? = null, pad: Output<PadArgs>? = null)