public sealed class Denoise : IMessage<PreprocessingConfig.Types.Denoise>, IEquatable<PreprocessingConfig.Types.Denoise>, IDeepCloneable<PreprocessingConfig.Types.Denoise>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Denoise.
[[["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."],[[["This documentation covers the `PreprocessingConfig.Types.Denoise` class within the Transcoder v1 API, specifically in the context of the .NET library."],["The `Denoise` class provides configuration settings for video denoising, but it is currently noted as \"not supported\"."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `Denoise` class has two constructors, a parameterless constructor and one that takes another `PreprocessingConfig.Types.Denoise` instance for initialization."],["The class provides properties like `Strength` and `Tune` to adjust the intensity and mode of the denoising effect, though these properties might not have any effect due to the unsupported status of this feature."]]],[]]