Voting helps other researchers find interesting modules.
Bounding box coordinates are relative to the width and height of the image. For example, if image is 100x200 and NormalizedBoundingBox is , the bounding box coordinates will be (10, 40) to (50, 180). Note parts of the bounding box may fall outside the image.
xmax
number()
nil
xmin
ymax
ymin
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionGroundtruthdbNormalizedBoundingBox{ xmax: number() | nil, xmin: number() | nil, ymax: number() | nil, ymin: number() | nil }
@spec decode(struct(), keyword()) :: struct()