GoogleCloudDocumentaiV1DocumentPageImage

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageImage


Table of Contents ▼

Jump to a specific part of the page:

Description

Rendered image contents for this page.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageImage