GoodocBoundingBox

GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox


Table of Contents ▼

Jump to a specific part of the page:

Description

Bounding box for page structural elements: pictures, paragraphs, characters, etc.

Attributes List

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

View Attributes

Attributes

  1. Height (type: integer(), default: nil)
    -
  2. Label (type: integer(), default: nil)
    - Optional magic label, so objects can be sorted on bounding box dimensions easily
  3. Left (type: integer(), default: nil)
    - BoundingBox coordinates and sizes are expressed in pixels
  4. Top (type: integer(), default: nil)
    -
  5. Width (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox{
Height: integer() | nil,
Label: integer() | nil,
Left: integer() | nil,
Top: integer() | nil,
Width: integer() | nil
}

Function

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

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