RepositoryWebrefWebrefDocumentInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefDocumentInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

All information that applies globally to the document. Next available tag: 11

Attributes List

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

View Attributes

Attributes

  1. documentMetadata (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDocumentMetadata, default: nil)
    - Information about the document copied from the docjoin. This will never be populated when WebrefEntities appears inside a CompositeDoc, but may we used when it stands alone.
  2. extensions (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Optional extensions (e.g. taxonomic classifications).
  3. webrefParsedContentSentence (type: list(String.t), default: nil)
    - The content (CONTENT section 0) as parsed by WebrefParser. Only used by //r/w/postprocessing/idf/idf-pipeline for document ngram idf computation. Populated when the annotator is run with webref_populate_parsed_content Each webref_parsed_content_sentence represents one sentence of the context where saft annotations were used to determine the sentence boundaries. See r/w/universal/processors/saft/saft-sentence-helper.h for details.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefDocumentInfo{
documentMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDocumentMetadata.t() | nil,
extensions: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
webrefParsedContentSentence: [String.t()] | nil
}

Function

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

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