View Source GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStyleBoundingBox (google_api_content_warehouse v0.4.0)

Bounding box with absolute integer coordinates.

Attributes

  • x1 (type: integer(), default: nil) -
  • x2 (type: integer(), default: nil) -
  • y1 (type: integer(), default: nil) -
  • y2 (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStyleBoundingBox{
  x1: integer() | nil,
  x2: integer() | nil,
  y1: integer() | nil,
  y2: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.