GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconNameInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
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
)
-
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
}
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