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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.