GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentPageImage (google_api_document_ai v0.46.0)

View Source

Rendered image contents for this page.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.