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

Stores coordinates corresponding to the dimensions of the box surrounding the region of interest. Coordinates may be normalized or absolute depending on the implementation and signal corresponding to this field.

Attributes

  • areaFraction (type: number(), default: nil) - The area of the region as a fraction of the image. The value is in the range (0, 1).
  • xmax (type: number(), default: nil) -
  • xmin (type: number(), default: nil) -
  • ymax (type: number(), default: nil) -
  • ymin (type: number(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexBoundingbox{
  areaFraction: number() | nil,
  xmax: number() | nil,
  xmin: number() | nil,
  ymax: number() | nil,
  ymin: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.