Voting helps other researchers find interesting modules.
Refcon name representation in split concepts sstable. This is a simplified version of repository_webref.GlobalNameInfo.
confidence
number()
nil
idfScore
isGeneratedName
boolean()
isI18nName
isStrongIdentifier
isTranslatedName
language
list(integer())
namePrior
normalizedName
String.t
originalName
score
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()