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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.