GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSubSegmentIndex
Table of Contents ▼
Jump to a specific part of the page:
Description
LINT.IfChange Some document segments may consist of multiple sub-segments (e.g. a document might have multiple anchors or navboost queries). SubSegmentIndex contains all information needed to identify the sub-segment (e.g. specific query, query feature or or anchor) where the mention is located.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
anchorIndex
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices
, default:nil
)
- Pointer to the exact set of anchors in the cdoc. -
genericIndex
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGenericIndices
, default:nil
)
- Pointer to the Webref-internal Segment indices. Can't be mapped back to the CDoc. -
imageQueryIndex
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageQueryIndices
, default:nil
)
- Pointer to the exact set of image navboost queries in the cdoc. -
jgnIndex
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefJuggernautIndices
, default:nil
)
- Pointer to the proto in the cdoc and index within the proto for Spore. -
metaTagIndex
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMetaTagIndices
, default:nil
)
- Informs about the 'name' attribute of the referenced tag. -
queryIndex
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices
, default:nil
)
- Pointer to the exact set of queries in the cdoc.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSubSegmentIndex{
anchorIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t() | nil,
genericIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGenericIndices.t() | nil,
imageQueryIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageQueryIndices.t() | nil,
jgnIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefJuggernautIndices.t() | nil,
metaTagIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMetaTagIndices.t() | nil,
queryIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices.t() | nil
}
anchorIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t() | nil,
genericIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGenericIndices.t() | nil,
imageQueryIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageQueryIndices.t() | nil,
jgnIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefJuggernautIndices.t() | nil,
metaTagIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMetaTagIndices.t() | nil,
queryIndex: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSubSegmentIndex