public sealed class 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.
Implements
IMessage<PreprocessingConfig.Types.Denoise>, IEquatable<PreprocessingConfig.Types.Denoise>, IDeepCloneable<PreprocessingConfig.Types.Denoise>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Denoise()
public Denoise()
Denoise(PreprocessingConfig.Types.Denoise)
public Denoise(PreprocessingConfig.Types.Denoise other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfig.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 | |
---|---|
Type | Description |
Double |
Tune
public string Tune { get; set; }
Set the denoiser mode. The default is standard
.
Supported denoiser modes:
standard
grain
Property Value | |
---|---|
Type | Description |
String |