MediaIndexBoundingbox

GoogleApi.ContentWarehouse.V1.Model.MediaIndexBoundingbox


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

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

View Attributes

Attributes

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

Type

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

Function

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

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