public sealed class PreprocessingConfig.Types.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 document provides reference information for the `PreprocessingConfig.Types.Deblock` class within the Google Cloud Video Transcoder v1 API, which is used to configure deblock preprocessing."],["The `Deblock` class is part of the `Google.Cloud.Video.Transcoder.V1` namespace and is available in multiple versions, from 1.0.0 up to the latest 2.9.0."],["A crucial piece of information is that the deblock preprocessing configuration itself is currently noted as unsupported."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Protobuf and .NET ecosystems."],["The `Deblock` class has two properties: `Enabled` (a boolean to turn deblocking on or off) and `Strength` (a double to adjust the deblocking strength, with a range from 0 to 1), which provide control over the deblocking process if it were supported."]]],[]]