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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.