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

Attributes

  • x0 (type: integer(), default: nil) - Pixels version of the DeepCropIndexing bytes, this corresponds to the crop box for a given image (based input image size and desired aspect ratio).
  • x1 (type: integer(), default: nil) -
  • y0 (type: integer(), default: nil) -
  • y1 (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DeepCropPixels{
  x0: integer() | nil,
  x1: integer() | nil,
  y0: integer() | nil,
  y1: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.