Voting helps other researchers find interesting modules.
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.
areaFraction
number()
nil
xmax
xmin
ymax
ymin
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexBoundingbox{ areaFraction: number() | nil, xmax: number() | nil, xmin: number() | nil, ymax: number() | nil, ymin: number() | nil }
@spec decode(struct(), keyword()) :: struct()