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

View Source

2D normalized coordinates. Default: {0.0, 0.0}

Attributes

  • x (type: float(), default: nil) - Normalized x coordinate.
  • y (type: float(), default: nil) - Normalized y coordinate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.NormalizedCoordinate{
  x: float() | nil,
  y: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.