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):
Attributes
-
data
(type:String.t
, default:nil
)
- The binary image data, stored in a format decided by the application and a particular RenderService implementation. -
height
(type:integer()
, default:nil
)
- -
pageNumber
(type:integer()
, default:nil
)
- The page number if this is an image of a page from a print-mode rendering. -
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. -
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
}
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