[[["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-08-07 UTC."],[],[],null,["# Interface PreprocessingConfig.DenoiseOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.video.transcoder.v1.PreprocessingConfig.DenoiseOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.PreprocessingConfig.DenoiseOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.PreprocessingConfig.DenoiseOrBuilder) \n\n public static interface PreprocessingConfig.DenoiseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getStrength()\n\n public abstract double getStrength()\n\nSet strength of the denoise. Enter a value between 0 and 1. The higher\nthe value, the smoother the image. 0 is no denoising. The default is 0.\n\n`double strength = 1;`\n\n### getTune()\n\n public abstract String getTune()\n\nSet the denoiser mode. The default is `standard`.\nSupported denoiser modes:\n\n- `standard`\n- `grain`\n\n`string tune = 2;`\n\n### getTuneBytes()\n\n public abstract ByteString getTuneBytes()\n\nSet the denoiser mode. The default is `standard`.\nSupported denoiser modes:\n\n- `standard`\n- `grain`\n\n`string tune = 2;`"]]