GoogleCloudDocumentaiV1DocumentPageImage

AI Overview😉

  • Potential purpose of module: This module appears to be related to image analysis and processing within Google's search algorithm. It extracts and stores information about images on a webpage, such as the raw image content, height, width, and MIME type.
  • Impact on search results: This module could impact search results by allowing Google to better understand the visual content of a webpage, potentially improving image-based search queries, and enabling features like image search and filtering. It may also influence the ranking of webpages based on the relevance and quality of their images.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their images are properly optimized with descriptive alt tags, relevant file names, and compressed file sizes. Additionally, using schema markup to provide context about the images, such as captions and descriptions, could also be beneficial. Furthermore, using high-quality, relevant, and well-formatted images could improve the overall user experience and increase the chances of a webpage ranking higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Rendered image contents for this page.

Attributes

  • content (type: String.t, default: nil) - Raw byte content of the image.
  • height (type: integer(), default: nil) - Height of the image in pixels.
  • mimeType (type: String.t, default: nil) - Encoding media type (MIME type) for the image.
  • width (type: integer(), default: nil) - Width of the image in pixels.

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.GoogleCloudDocumentaiV1DocumentPageImage{
    content: String.t() | nil,
    height: integer() | nil,
    mimeType: String.t() | 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.