Voting helps other researchers find interesting modules.
SignalData stores signal-specific salient-term-set-level information. Stores mostly internal data as it is one of the primary data structures used in the populators.
bias
number()
nil
confidence
halfSalience
noiseCorrection
observedConfidence
observedVolume
rawVolume
source
String.t
volume
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSignalData{ bias: number() | nil, confidence: number() | nil, halfSalience: number() | nil, noiseCorrection: number() | nil, observedConfidence: number() | nil, observedVolume: number() | nil, rawVolume: number() | nil, source: String.t() | nil, volume: number() | nil }
@spec decode(struct(), keyword()) :: struct()