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 `Denoise` class is a part of the `Google.Cloud.Video.Transcoder.V1` namespace and provides preprocessing configuration for denoising video content."],["This class is versioned, with the latest version being 2.9.0 and other documented versions ranging from 1.0.0 to 2.8.0."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its integration within the Google Cloud environment."],["The `Denoise` class has properties like `Strength` (a double value controlling the intensity of denoising) and `Tune` (a string value to change the denoiser mode)."],["There are two constructors, one default and one that takes a `PreprocessingConfig.Types.Denoise` object, for instantiating the class."]]],[]]