Class Denoise
Denoise preprocessing configuration. Note: This configuration is not supported.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Denoise : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Strength
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.
Declaration
[JsonProperty("strength")]
public virtual double? Strength { get; set; }
Property Value
Type | Description |
---|---|
double? |
Tune
Set the denoiser mode. The default is standard
. Supported denoiser modes: - standard
- grain
Declaration
[JsonProperty("tune")]
public virtual string Tune { get; set; }
Property Value
Type | Description |
---|---|
string |