IndexingSignalAggregatorSccSignal

GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. clicksBad (type: float(), default: nil)
    -
  2. clicksImage (type: float(), default: nil)
    -
  3. clicksTotal (type: float(), default: nil)
    -
  4. debugInfo (type: list(String.t), default: nil)
    - For debugging purpose only.
  5. numImageUrls (type: float(), default: nil)
    - This represents the number of urls with image clicks. A url can have both image and non-image clicks, in which case we set num_image_urls to be the ratio of image_clicks vs total clicks. For example, if a url has 10 total clicks and 7 image clicks, num_image_urls will be set to 0.7.
  6. numUrls (type: String.t, default: nil)
    -
  7. pattern (type: String.t, default: nil)
    - For debugging purpose only.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal{
clicksBad: float() | nil,
clicksImage: float() | nil,
clicksTotal: float() | nil,
debugInfo: [String.t()] | nil,
numImageUrls: float() | nil,
numUrls: String.t() | nil,
pattern: String.t() | nil
}

Function

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

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