QualitySalientTermsDocData

GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

DocData contains additional salient-term-set-level information that complements a SalientTermSet.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    - confidence is a measurement of how much data we had to compute the SalientTermSet. Range: [0.0, 1.0]
  2. headVolumeRatio (type: number(), default: nil)
    - head_volume_ratio is the ratio of the sum of term frequency of the top K terms over the volume of all terms. Range: [0.0, 1.0]. K is defined by Accumulator2Params::head_size.
  3. language (type: String.t, default: nil)
    - language is the main language of this SalientTermSet.
  4. signalData (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSignalData), default: nil)
    - signal_data contains signal-specific (e.g., body, anchors, clicks) data for this SalientTermSet.
  5. virtualVolume (type: number(), default: nil)
    - virtual_volume is a measurement of how much data we had to compute the SalientTermSet. Range: [0.0, +infinity)].

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData{
confidence: number() | nil,
headVolumeRatio: number() | nil,
language: String.t() | nil,
signalData: [GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSignalData.t()] | nil,
virtualVolume: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData