RepositoryWebrefNgramMention

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNgramMention


Table of Contents ▼

Jump to a specific part of the page:

Description

A mention that has been matched in the context (or a substring of it).

Attributes List

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

View Attributes

Attributes

  1. mid (type: String.t, default: nil)
    - The entity the mention was referring to.
  2. score (type: number(), default: nil)
    - The average score the mention was given across all occurrences of the n-gram.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNgramMention{
mid: String.t() | nil,
score: number() | nil
}

Function

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

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