QualityCalypsoAppsUniversalImageData

AI Overview😉

  • The potential purpose of this module is to analyze and understand the visual content of a webpage or application, particularly images, to determine their quality and relevance. This module appears to be focused on images used in app listings, such as cover images, promotional images, and screenshots.
  • This module could impact search results by influencing the ranking of webpages or applications based on the quality and relevance of their visual content. For example, if an app's cover image is of high quality and accurately represents the app's content, it may be given a ranking boost. Conversely, low-quality or irrelevant images may negatively impact search rankings.
  • To be more favorable for this function, a website or application could ensure that their visual content meets certain quality standards, such as:
    • Using high-resolution, clear, and well-compressed images
    • Ensuring images are relevant to the content and accurately represent the app or webpage
    • Optimizing images for different devices and screen sizes
    • Using descriptive and keyword-rich alt text and captions for images

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • enhancedImage (type: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalImage.t, default: nil) - iOS cover image, which includes the uni image from UAM only.
  • featureGraphic (type: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalImage.t, default: nil) - aka. promotional image / cover image.
  • screenshot (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalImage.t), 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.QualityCalypsoAppsUniversalImageData{
    enhancedImage:
      GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalImage.t()
      | nil,
    featureGraphic:
      GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalImage.t()
      | nil,
    screenshot:
      [GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalImage.t()]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.