Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize (googly_document_ai v0.1.0)

Copy Markdown View Source

Font size with unit.

Attributes

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

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize{
  size: number() | nil,
  unit: String.t() | nil
}