GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvedBoundingBox
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
midLineCurve
(type:GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurve
, default:nil
)
- The curve of points along the middle of the text line. -
thickness
(type:float()
, default:nil
)
- If top_to_bottom is true, this is the width of the curved box. Otherwise, it is the height of the curved box. -
topToBottom
(type:boolean()
, default:nil
)
- If true, the curve is interpreted as top to bottom of the line image. Otherwise, it is from left to right.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvedBoundingBox{
midLineCurve: GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurve.t() | nil,
thickness: float() | nil,
topToBottom: boolean() | nil
}
midLineCurve: GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurve.t() | nil,
thickness: float() | nil,
topToBottom: boolean() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvedBoundingBox