EmbedsProvenance

GoogleApi.ContentWarehouse.V1.Model.EmbedsProvenance


Table of Contents ▼

Jump to a specific part of the page:

Description

This field records where the ItemScope was retrieved, if it was created via a web fetch.

Attributes List

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

View Attributes

Attributes

  1. annotationBlob (type: String.t, default: nil)
    - Annotation blob from Annotation Service.
  2. canonicalUrl (type: String.t, default: nil)
    - Canonical url of the retrieved_url, if one was resolved during retrieval, for example, if a rel="canonical" link tag was provided in the retrieved web page.
  3. inputUrl (type: String.t, default: nil)
    - The url originally passed in the PRS request, which should be used to re-discover the content. Note that this URL may be a forwarding service or link shortener (bit.ly), so it should not be assumed to be canonical, but should be used for navigation back to the original source of the itemscope.
  4. itemtype (type: list(String.t), default: nil)
    - Contains exact types as parsed, whether or not we recognized that type at parse time. If an itemscope is created by merging SchemaOrg markup and open graph markup then the first itemtype would be schemaorg type, the second would be open graph and so on. example: http://schema.org/VideoObject, og:video.movie Plain text; usually a URL
  5. retrievedTimestampMsec (type: String.t, default: nil)
    - The server retrieved timestamp (in msec).
  6. retrievedUrl (type: String.t, default: nil)
    - The final URL that was the actual source of the itemscope, after any redirects.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.EmbedsProvenance{
annotationBlob: String.t() | nil,
canonicalUrl: String.t() | nil,
inputUrl: String.t() | nil,
itemtype: [String.t()] | nil,
retrievedTimestampMsec: String.t() | nil,
retrievedUrl: String.t() | nil
}

Function

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

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