AssistantApiVolumeProperties

AI Overview😉

  • The potential purpose of this module is to analyze and categorize content based on its "volume" or "importance" level. This could be related to the significance or prominence of the content, with different levels of volume corresponding to different levels of importance.
  • This module could impact search results by influencing the ranking of content based on its perceived importance or relevance. For example, content with a higher "volume" level may be considered more important or relevant and therefore ranked higher in search results. This could also affect the filtering or prioritization of content in search results.
  • To be more favorable for this function, a website may focus on creating high-quality, in-depth, and informative content that is perceived as important or relevant by the algorithm. This could include using clear and concise language, providing unique insights or perspectives, and ensuring that the content is well-organized and easy to navigate. Additionally, the website may want to optimize its content structure and formatting to make it easier for the algorithm to understand and categorize its "volume" level.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • defaultVolumePercentage (type: integer(), default: nil) - The volume percentages for spelled out values.
  • highVolumePercentage (type: integer(), default: nil) -
  • levelStepSize (type: float(), default: nil) - The number of levels to move for a step.
  • lowVolumePercentage (type: integer(), default: nil) -
  • maximumVolumeLevel (type: integer(), default: nil) - The max number of volume levels the client supports.
  • mediumVolumePercentage (type: integer(), default: nil) -
  • veryHighVolumePercentage (type: integer(), default: nil) -
  • veryLowVolumePercentage (type: integer(), default: nil) -

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.AssistantApiVolumeProperties{
  defaultVolumePercentage: integer() | nil,
  highVolumePercentage: integer() | nil,
  levelStepSize: float() | nil,
  lowVolumePercentage: integer() | nil,
  maximumVolumeLevel: integer() | nil,
  mediumVolumePercentage: integer() | nil,
  veryHighVolumePercentage: integer() | nil,
  veryLowVolumePercentage: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.