public sealed class Deblock : IMessage<PreprocessingConfig.Types.Deblock>, IEquatable<PreprocessingConfig.Types.Deblock>, IDeepCloneable<PreprocessingConfig.Types.Deblock>, IBufferMessage, IMessage
Set strength of the deblocker. Enter a value between 0 and 1. The higher
the value, the stronger the block removal. 0 is no deblocking. The
default is 0.
[[["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 webpage details the `Deblock` class within the `Google.Cloud.Video.Transcoder.V1` namespace, specifically version 2.0.0 and its relationship with other versions."],["The `Deblock` class is used for preprocessing configuration to remove blocking artifacts during video transcoding, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`Deblock` objects can be created either with an empty constructor or by copying an existing `PreprocessingConfig.Types.Deblock` object."],["The `Deblock` class offers two properties to configure the deblocking process: `Enabled` (a boolean to activate deblocking) and `Strength` (a double to define the deblocking strength, ranging from 0 to 1)."],["The most recent version available is 2.9.0 and there are versions going as far back as 1.0.0."]]],[]]