GoogleApi.Transcoder.V1.Model.Denoise (google_api_transcoder v0.4.2)

View Source

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

Attributes

  • strength (type: float(), default: nil) - 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.
  • tune (type: String.t, default: nil) - Set the denoiser mode. The default is standard. Supported denoiser modes: - standard - grain

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.Denoise{
  strength: float() | nil,
  tune: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.