RepositoryWebrefTripleMention

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleMention


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. predMention (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention, default: nil)
    - Document mention of the predicate
  2. scopeBegin (type: integer(), default: nil)
    - The [begin, end) byte offset of the document scope where this triple was annotated. This corresponds to a table row or a text sentence where the triple was identified. The sub_mention can be outside the scope when the subject is inferred from the table title.
  3. scopeEnd (type: integer(), default: nil)
    -
  4. scopeFprint (type: String.t, default: nil)
    - Fingerprint2011 of space-joined SAFT tokens in the scope.
  5. stuff (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Generic container to hold additional data such as triple scoped signals. Data that can be stored in this field and their TypeIds: repository_webref::universal::webit::ScopeSignals (TypeId 192754198), defined in repository/webref/universal/processors/understanding/webit.proto
  6. subMention (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention, default: nil)
    - Document mention of the subject
  7. valueMention (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention, default: nil)
    - Document mention of the value

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleMention{
predMention: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention.t() | nil,
scopeBegin: integer() | nil,
scopeEnd: integer() | nil,
scopeFprint: String.t() | nil,
stuff: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
subMention: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention.t() | nil,
valueMention: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention.t() | nil
}

Function

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

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