RepositoryWebrefSegmentMentions

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions


Table of Contents ▼

Jump to a specific part of the page:

Description

Annotations of a single docjoin segment. A CDoc has several distinct data types which we call "segments" (see SegmentType for complete list). SegmentMentions contains all the mentions for a given (document, segment) pair. For queries there is only a single CONTENT segment.

Attributes List

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

View Attributes

Attributes

  1. mention (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention), default: nil)
    - A list of all the places the entity in question was annotated within this segment. The (indexing.annotations.goldmine) option is for Goldmine AnnotationsFinder to include Mention only when segment_type="CONTENT"
  2. segmentType (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions{
mention: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention.t()] | nil,
segmentType: String.t() | nil
}

Function

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

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