OcrPhotoCurvedBoundingBox

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):

View Attributes

Attributes

  1. midLineCurve (type: GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurve, default: nil)
    - The curve of points along the middle of the text line.
  2. 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.
  3. 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
}

Function

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

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