Voting helps other researchers find interesting modules.
Represents a score for an entity. Next available tag: 39.
bootstrappingPreviousIteration
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefBootstrappingScore.t
nil
confidence
number()
debugInfo
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityDebugInfo.t)
debugVariantSignals
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameVariantSignals.t)
extendedScoreRatio
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExtendedEntityNameScore.t)
includeInModel
boolean()
internalBootstrapIsOpenWorld
internalIsClusterParent
isClusterGlobal
isDropped
isMatchlessResultContext
isPruned
mid
String.t
nameMetadata
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameEntityMetadata.t
rangeMetadata
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeMetadata.t)
score
scoreRatio
useAsNameCandidate
volumeBasedScore
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore{ bootstrappingPreviousIteration: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefBootstrappingScore.t() | nil, confidence: number() | nil, debugInfo: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityDebugInfo.t()] | nil, debugVariantSignals: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameVariantSignals.t() ] | nil, extendedScoreRatio: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExtendedEntityNameScore.t() ] | nil, includeInModel: boolean() | nil, internalBootstrapIsOpenWorld: boolean() | nil, internalIsClusterParent: boolean() | nil, isClusterGlobal: boolean() | nil, isDropped: boolean() | nil, isMatchlessResultContext: boolean() | nil, isPruned: boolean() | nil, mid: String.t() | nil, nameMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameEntityMetadata.t() | nil, rangeMetadata: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeMetadata.t()] | nil, score: number() | nil, scoreRatio: number() | nil, useAsNameCandidate: boolean() | nil, volumeBasedScore: number() | nil }
@spec decode(struct(), keyword()) :: struct()