GoogleApi.Transcoder.V1beta1.Model.Deblock (google_api_transcoder v0.2.0) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.