BiasingPerDocData2BiasingField

AI Overview😉

  • The potential purpose of this module is to store and process biasing information for individual documents in a compressed format. This could be used to influence the ranking of search results based on specific characteristics or features of the documents.
  • This module could impact search results by allowing Google's algorithm to take into account specific biases or weights associated with individual documents. This could lead to more personalized or context-dependent search results, where the ranking of documents is influenced by factors beyond just relevance.
  • To be more favorable for this function, a website could focus on providing high-quality, relevant, and diverse content that is likely to be associated with specific biases or weights. This could include optimizing content for specific keywords or topics, as well as ensuring that the content is accessible and usable for a wide range of users. Additionally, websites could consider providing structured data or metadata that could be used to inform the biasing process.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • compressedName (type: integer(), default: nil) - A fingerprint of the actual name of the field.
  • value (type: float(), default: nil) - The value, under various representations to get maximum compression. Exactly one of them is guaranteed to be filled. value as a double.
  • valueFloat (type: integer(), default: nil) - a floating value, represented as an integer by converting using floating_value * 1000. Useable for all floating values that need 3 digits of precision, and are small enough.
  • valueInt (type: integer(), default: nil) - value as an int32. When the value is encode-able as an integer.

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.BiasingPerDocData2BiasingField{
  compressedName: integer() | nil,
  value: float() | nil,
  valueFloat: integer() | nil,
  valueInt: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.