View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions (google_api_content_warehouse v0.4.0)

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

  • mention (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention.t), 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"
  • segmentType (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.