ImagePerDocData

AI Overview😉

  • The potential purpose of this module is to analyze and store image metadata, such as entropy, color values, filename, flags, height, and width, to better understand and process image content within search results.
  • This module could impact search results by influencing the ranking of image-based content, such as image search results or web pages with prominent images. It may prioritize images with certain characteristics, like high entropy or specific color values, which could affect the visibility of certain websites or images.
  • To be more favorable for this function, a website could optimize its image content by:
    • Using high-quality, high-entropy images that are more visually appealing.
    • Optimizing image file names to include relevant keywords.
    • Ensuring images are properly sized and compressed to reduce file size.
    • Using descriptive alt tags and captions to provide context for images.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • DEPRECATEDEntropyColor (type: integer(), default: nil) - entropy and color values for thumbnail (4 bytes consisting of R, G, B and entropy values)
  • filename (type: String.t, default: nil) - about 10 bytes
  • flags (type: integer(), default: nil) - image_perdoc.h
  • height (type: integer(), default: nil) -
  • width (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.ImagePerDocData{
  DEPRECATEDEntropyColor: integer() | nil,
  filename: String.t() | nil,
  flags: integer() | nil,
  height: integer() | nil,
  width: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.