public sealed class Deblock : IMessage<PreprocessingConfig.Types.Deblock>, IEquatable<PreprocessingConfig.Types.Deblock>, IDeepCloneable<PreprocessingConfig.Types.Deblock>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Deblock.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `Deblock` class, part of the `PreprocessingConfig.Types` in the Google Cloud Video Transcoder V1 API, specifically for version 2.3.0."],["`Deblock` is designed for configuring deblocking during video preprocessing, but it's currently noted as not being a supported feature."],["The `Deblock` class includes two main properties: `Enabled`, a boolean to toggle deblocking, and `Strength`, a double value between 0 and 1 to control the intensity of deblocking."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from `Object`."],["The documentation also provides links to the different versions of this class, with version 2.9.0 being the latest one available, and version 1.0.0 being the oldest one, with many versions in between."]]],[]]