View Source GoogleApi.ContentWarehouse.V1.Model.OcrPhotoCurvePoint (google_api_content_warehouse v0.4.0)

Attributes

  • x (type: float(), default: nil) -
  • 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().

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.