ResearchScienceSearchDataSize

AI Overview😉

  • The potential purpose of this module is to measure and store information about the size of data related to search results, which could be used to rank or filter results based on their data size or complexity.
  • This module could impact search results by potentially prioritizing results with smaller data sizes or more concise information, or by providing users with an indication of the data size or complexity of a search result. This could influence the user's decision on which result to click on, and could also affect the ranking of results.
  • A website may change things to be more favorable for this function by optimizing their data and content to be more concise and efficient, such as by compressing images or videos, using lazy loading, or providing clear and summarized information. Additionally, websites could provide clear indications of data size or complexity, such as file sizes or estimated reading times, to help users make informed decisions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize (google_api_content_warehouse v0.4.0)

Data size information, consists of a numeric value and a unit. Next ID: 3

Attributes

  • size (type: float(), default: nil) - Data size value, in the provided size unit
  • unit (type: String.t, default: nil) - The data size unit

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize{
  size: float() | nil,
  unit: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.