GoogleApi.Transcoder.V1beta1.Model.Deblock (google_api_transcoder v0.4.2)

View Source

Deblock preprocessing configuration.

Attributes

  • enabled (type: boolean(), default: nil) - Enable deblocker. The default is false.
  • strength (type: float(), default: nil) - Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.Deblock{
  enabled: boolean() | nil,
  strength: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.