Show / Hide Table of Contents

Class Denoise

Denoise preprocessing configuration. Note: This configuration is not supported.

Inheritance
object
Denoise
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX