RepositoryWebrefTripleAnnotation

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleAnnotation


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. confidenceScore (type: number(), default: nil)
    - Triple annotation confidence_score (value between 0 and 1). Higher values correspond to higher confidence.
  2. isImplied (type: boolean(), default: nil)
    - The information in this triple is implied by other triple(s) in the document.
  3. kgVerified (type: boolean(), default: nil)
    - Set to true if this triple is present in the webref model as either a link or property value. This implies that the information is in the Knowledge Graph. Note that it can happen that a triple is in KG but not present in the webref model.
  4. mentions (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleMention), default: nil)
    - Occurrences of the triple on the document
  5. predMid (type: list(String.t), default: nil)
    - The mid of the predicate kg-property(-ies). In order, in the case of multihop links.
  6. stuff (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Generic container to hold additional data such as signals, debug data etc. Data that can be stored in this field and their TypeIds: repository_webref::evaluation::ECMDebug (TypeId 192627933), defined in repository/webref/evaluation/triple_annotations/triple-diff.proto Debugging data to be used in WebIt's ECM report.
  7. triple (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTriple, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleAnnotation{
confidenceScore: number() | nil,
isImplied: boolean() | nil,
kgVerified: boolean() | nil,
mentions: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleMention.t()] | nil,
predMid: [String.t()] | nil,
stuff: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
triple: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTriple.t() | nil
}

Function

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

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