RepositoryWebrefEnricherDebugData

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEnricherDebugData


Table of Contents ▼

Jump to a specific part of the page:

Description

Top level proto for enricher specific debug data that is only displayed in the Webref demo and should not be used for anything production-related. Next id: 4.

Attributes List

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

View Attributes

Attributes

  1. nonMidProperties (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue), default: nil)
    - Contains selected properties (from KG) whose values are not other entities (in which case they would be represented in link_info) but scalar values, possibly reachable through (multiple) CVTs.
  2. referencePage (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc), default: nil)
    - This field contains reference pages for this entity. A reference page is a page that is highly topical for this entity, which can be used to mine additional information about this entity. Example reference pages for Apple Inc. would be the composite docs for "http://en.wikipedia.org/wiki/Apple_Inc." and http://www.apple.com. For actors or movies, you can also have the imdb page. Also see: http://go/refx-pages.
  3. relatedPage (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc), default: nil)
    - This field contains mined related pages for the entity. A related page is a page that is moderately topical for this entity (More details: http://shortn/_KCE0GfQlpJ). This is mainly used to mine additional information for entities which do not have reference pages Unlike reference pages, a single doc can be a related page for multiple mids.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEnricherDebugData{
nonMidProperties: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue.t() ] | nil,
referencePage: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc.t() ] | nil,
relatedPage: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc.t() ] | nil
}

Function

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

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