View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta2DocumentStyleFontSize (google_api_document_ai v0.38.0)

Font size with unit.

Attributes

  • size (type: number(), default: nil) - Font size for the text.
  • unit (type: String.t, default: nil) - Unit for the font size. Follows CSS naming (such as in, px, and pt).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta2DocumentStyleFontSize{
    size: number() | nil,
    unit: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.