public sealed class Denoise : IMessage<PreprocessingConfig.Types.Denoise>, IEquatable<PreprocessingConfig.Types.Denoise>, IDeepCloneable<PreprocessingConfig.Types.Denoise>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The content details the `Denoise` class, which is a part of the `PreprocessingConfig.Types` within the `Google.Cloud.Video.Transcoder.V1` namespace, and it is designed for preprocessing configuration."],["The `Denoise` class allows you to set the strength of the denoising effect, with values ranging from 0 to 1, and it's worth noting that a higher value will give a smoother output, while 0 signifies no denoising."],["The `Denoise` class has a `Tune` property that allows you to specify the denoiser mode, with `standard` being the default and `grain` as an additional option."],["There are 11 versions detailed, ranging from 1.0.0 to the latest version, 2.9.0."],["Note that this `Denoise` configuration is not currently supported."]]],[]]