GoogleApi.ContentWarehouse.V1.Model.OcrPhotoBoundingBox
Table of Contents ▼
Jump to a specific part of the page:
Description
Bounding box of patch containing line, word or symbol.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
angle
(type:number()
, default:nil
)
- Angle of rotation of (in degrees, clockwise is positive) of the box about the top-left corner. -
curvedBox
(type:GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvedBoundingBox
, default:nil
)
- Sequence of rotated boxes that tightly enclose the text. -
height
(type:integer()
, default:nil
)
- Box height (bottom pixels at top + height - 1). -
left
(type:integer()
, default:nil
)
- x coordinate of top-left corner -
top
(type:integer()
, default:nil
)
- y coordinate of top-left corner -
width
(type:integer()
, default:nil
)
- Box width (rightmost pixels at left + width - 1).
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OcrPhotoBoundingBox