Class PreprocessingConfig.Types.Denoise (1.0.0-beta04)

public sealed class Denoise : IMessage<PreprocessingConfig.Types.Denoise>, IEquatable<PreprocessingConfig.Types.Denoise>, IDeepCloneable<PreprocessingConfig.Types.Denoise>, IBufferMessage, IMessage

Denoise preprocessing configuration.

Inheritance

Object > PreprocessingConfig.Types.Denoise

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

Denoise()

public Denoise()

Denoise(PreprocessingConfig.Types.Denoise)

public Denoise(PreprocessingConfig.Types.Denoise other)
Parameter
NameDescription
otherPreprocessingConfig.Types.Denoise

Properties

Strength

public double Strength { get; set; }

Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.

Property Value
TypeDescription
Double

Tune

public string Tune { get; set; }

Set the denoiser mode. The default is &quot;standard&quot;.

Supported denoiser modes:

  • 'standard'
  • 'grain'
Property Value
TypeDescription
String