DeepCropPixels

GoogleApi.ContentWarehouse.V1.Model.DeepCropPixels


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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).
  2. x1 (type: integer(), default: nil)
    -
  3. y0 (type: integer(), default: nil)
    -
  4. y1 (type: integer(), default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.DeepCropPixels