View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconNameInfo (google_api_content_warehouse v0.2.0)
Refcon name representation in split concepts sstable. This is a simplified version of repository_webref.GlobalNameInfo.
Attributes
-
confidence(type:number(), default:nil) - -
idfScore(type:number(), default:nil) - -
isGeneratedName(type:boolean(), default:nil) - -
isI18nName(type:boolean(), default:nil) - -
isStrongIdentifier(type:boolean(), default:nil) - -
isTranslatedName(type:boolean(), default:nil) - -
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. -
namePrior(type:number(), default:nil) - Name prior to use. We read this from the prior for the "unknown" language. -
normalizedName(type:String.t, default:nil) - The normalized name. -
originalName(type:String.t, default:nil) - Filled only if different than normalized_name. -
score(type:number(), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.