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

Newspaper-specific fields.

Attributes

  • articleRollCoords (type: String.t, default: nil) - Newspaper Article Roll Coordinates used to figure out the location of the article wrt the page. It is of the form x,y.
  • newspaperDate (type: float(), default: nil) - Atlantis specific. Deprecated.
  • newspaperName (type: String.t, default: nil) -
  • newspaperUrl (type: String.t, default: nil) - Atlantis specific. Deprecated.
  • publicationDate (type: String.t, default: nil) - These fields are only populated for Santorini (newspapers on goovols) formatted newspapers, not for Atlantis: YYYY.MM.DD format.
  • publisher (type: String.t, default: nil) - Atlantis specific. Deprecated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanDocTagNewspaperSpecific{
  articleRollCoords: String.t() | nil,
  newspaperDate: float() | nil,
  newspaperName: String.t() | nil,
  newspaperUrl: String.t() | nil,
  publicationDate: String.t() | nil,
  publisher: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.