DenoiseArgs

data class DenoiseArgs(val strength: Output<Double>? = null, val tune: Output<String>? = null) : ConvertibleToJava<DenoiseArgs>

Denoise preprocessing configuration. Note: This configuration is not supported.

Constructors

Link copied to clipboard
fun DenoiseArgs(strength: Output<Double>? = null, tune: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DenoiseArgs

Properties

Link copied to clipboard
val strength: Output<Double>? = null

Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.

Link copied to clipboard
val tune: Output<String>? = null

Set the denoiser mode. The default is standard. Supported denoiser modes: - standard - grain