RepositoryWebrefPreprocessingOriginalNamesOriginalName

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNamesOriginalName


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. count (type: integer(), default: nil)
    - The total number of different sources from where this version of the original name comes from.
  2. score (type: float(), default: nil)
    - Score estimating how good this original name is: - some sources are considered more authoritative than others (e.g. KG)
    - a name found in more sources is better.
  3. source (type: list(integer()), default: nil)
    - The sources this name comes from.
  4. text (type: String.t, default: nil)
    - One original name version.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNamesOriginalName{
count: integer() | nil,
score: float() | nil,
source: [integer()] | nil,
text: String.t() | nil
}

Function

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

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