RepositoryWebrefRefconRefconNameInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconNameInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Refcon name representation in split concepts sstable. This is a simplified version of repository_webref.GlobalNameInfo.

Attributes List

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

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    -
  2. idfScore (type: number(), default: nil)
    -
  3. isGeneratedName (type: boolean(), default: nil)
    -
  4. isI18nName (type: boolean(), default: nil)
    -
  5. isStrongIdentifier (type: boolean(), default: nil)
    -
  6. isTranslatedName (type: boolean(), default: nil)
    -
  7. language (type: list(integer()), default: nil)
    - Languages of the name, unknown language is not kept. TODO(b/145976266) Don't use the deprecated language enum.
  8. namePrior (type: number(), default: nil)
    - Name prior to use. We read this from the prior for the "unknown" language.
  9. normalizedName (type: String.t, default: nil)
    - The normalized name.
  10. originalName (type: String.t, default: nil)
    - Filled only if different than normalized_name.
  11. score (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconNameInfo{
confidence: number() | nil,
idfScore: number() | nil,
isGeneratedName: boolean() | nil,
isI18nName: boolean() | nil,
isStrongIdentifier: boolean() | nil,
isTranslatedName: boolean() | nil,
language: [integer()] | nil,
namePrior: number() | nil,
normalizedName: String.t() | nil,
originalName: String.t() | nil,
score: number() | nil
}

Function

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

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