HtmlrenderWebkitHeadlessProtoImage

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoImage


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. data (type: String.t, default: nil)
    - The binary image data, stored in a format decided by the application and a particular RenderService implementation.
  2. height (type: integer(), default: nil)
    -
  3. pageNumber (type: integer(), default: nil)
    - The page number if this is an image of a page from a print-mode rendering.
  4. viewport (type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox, default: nil)
    - The viewport from which this image was generated. This is relative to the upper left of the page's document.
  5. width (type: integer(), default: nil)
    - The width and height of the image stored in the data field.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoImage{
data: String.t() | nil,
height: integer() | nil,
pageNumber: integer() | nil,
viewport: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox.t() | nil,
width: integer() | nil
}

Function

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

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