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):
Attributes
-
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. -
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.
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
}
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