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

Copy Markdown View Source

Rendered image contents for this page.

Attributes

  • content (type: String.t()) - Raw byte content of the image.
  • height (type: integer()) - Height of the image in pixels.
  • mime_type (type: String.t()) - Encoding media type (MIME type) for the image.
  • width (type: integer()) - Width of the image in pixels.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageImage{
  content: String.t() | nil,
  height: integer() | nil,
  mime_type: String.t() | nil,
  width: integer() | nil
}