Transcoder v1 API - Class PreprocessingConfig.Types.Denoise (2.8.0)

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

Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Denoise.

Denoise preprocessing configuration.

Note: This configuration is not supported.

Inheritance

object > PreprocessingConfig.Types.Denoise

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Denoise()

public Denoise()

Denoise(Denoise)

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

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 standard.

Supported denoiser modes:

  • standard
  • grain
Property Value
TypeDescription
string