View Source GoogleApi.ContentWarehouse.V1.Model.ImagePerDocData (google_api_content_warehouse v0.4.0)

Attributes

  • DEPRECATEDEntropyColor (type: integer(), default: nil) - entropy and color values for thumbnail (4 bytes consisting of R, G, B and entropy values)
  • filename (type: String.t, default: nil) - about 10 bytes
  • flags (type: integer(), default: nil) - image_perdoc.h
  • height (type: integer(), default: nil) -
  • width (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImagePerDocData{
  DEPRECATEDEntropyColor: integer() | nil,
  filename: String.t() | nil,
  flags: integer() | nil,
  height: integer() | nil,
  width: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.