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.
Implements
IMessagePreprocessingConfigTypesDenoise, IEquatablePreprocessingConfigTypesDenoise, IDeepCloneablePreprocessingConfigTypesDenoise, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Denoise()
public Denoise()
Denoise(Denoise)
public Denoise(PreprocessingConfig.Types.Denoise other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfigTypesDenoise |
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 |