View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc (google_api_content_warehouse v0.4.0)
Represents an information which is very close to composite doc, but compresses how the anchors are represented to save space. Next available tag: 18.
Attributes
-
anchors
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedAnchors.t
, default:nil
) - The composite doc anchors trimmed and transformed in a smaller data structure and aggregated (if they have the exact same text). -
cdocContainer
(type:GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
, default:nil
) - IMPORTANT: do not access this field directly, use the simplified-cdoc-access library functions to get the composite doc out of this proto. -
documentMentionSpans
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconDocumentMentionSpans.t
, default:nil
) - The composite doc spans which were annotated with entities by Webref. -
forwardingDups
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedForwardingDup.t)
, default:nil
) - Forwarding dups generated by merging existing forwarding dups within cdoc_container and URLs from ReferencePageCandidateList. Populated only before writing to online CDocs Spanner table and used for keeping an index on non canonical URLs in table. [!] Do not use unless fetching CDocs from Enricher's online Spanner CDocs database knowledge-enricher-cdocs-spanner. -
matchingMetadata
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingUrlMatchingMetadata.t
, default:nil
) - Metadata related to why this doc was matched to its owning entity. -
pageContent
(type:list(String.t)
, default:nil
) - -
refconDocumentMetadata
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconDocumentMetadata.t
, default:nil
) - Additional document metadata needed by Refcon. -
sourceSnapshotType
(type:String.t
, default:nil
) - -
url
(type:String.t
, default:nil
) - The URL, populated independently of whether we have a CompositeDoc proto. If the cdoc exists, the url is the same as CompositeDoc.doc.url. -
webrefOutlinkInfos
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfos.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc{ anchors: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedAnchors.t() | nil, cdocContainer: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, documentMentionSpans: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconDocumentMentionSpans.t() | nil, forwardingDups: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedForwardingDup.t() ] | nil, matchingMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingUrlMatchingMetadata.t() | nil, pageContent: [String.t()] | nil, refconDocumentMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconDocumentMetadata.t() | nil, sourceSnapshotType: String.t() | nil, url: String.t() | nil, webrefOutlinkInfos: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfos.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.