OcrPhotoCurvePoint

GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvePoint


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. x (type: float(), default: nil)
    -
  2. y (type: float(), default: nil)
    - NOTE: if we wish to support perspective (varying thickness), later on we could extend this message with a thickness field. In that case, CurvedBoundingBox.thickness() would be used as a default if !Point.has_thickness().

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvePoint{
x: float() | nil,
y: float() | nil
}

Function

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

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