PhotosGDepthMetadata

AI Overview😉

  • The potential purpose of this module is to extract and process metadata related to depth maps in images, specifically those using the GDepth format. This metadata includes information such as the depth map's far and near plane distances, format, image dimensions, MIME type, and units of distance. This module's purpose is likely to help Google's search algorithm understand the content and context of images, potentially improving image search results and relevance.
  • This module could impact search results by allowing Google to better understand the content and context of images, potentially leading to more accurate and relevant image search results. For example, if a user searches for "images of cities with 3D depth", Google's algorithm could use this module to identify images with GDepth metadata and prioritize them in the search results. This could also enable features like filtering search results by image depth or format.
  • To be more favorable for this function, a website could ensure that their images include GDepth metadata, particularly for images that would benefit from depth-based search and filtering. This could involve using tools or software that support GDepth format and metadata, and ensuring that the metadata is accurately and consistently populated. Additionally, websites could consider optimizing their image content and structure to make it easier for Google's algorithm to extract and process the GDepth metadata.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata in the GDepth XMP block. Note that GDepth::Data is not copied into this message.

Attributes

  • far (type: number(), default: nil) - Depth map far plane distance.
  • format (type: String.t, default: nil) - Depth map format.
  • imageHeight (type: integer(), default: nil) - Depth map source image height.
  • imageWidth (type: integer(), default: nil) - Depth map source image width.
  • mime (type: String.t, default: nil) - Depth map mime type.
  • near (type: number(), default: nil) - Depth map near plane distance.
  • units (type: String.t, default: nil) - Depth map units of distance.

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.PhotosGDepthMetadata{
  far: number() | nil,
  format: String.t() | nil,
  imageHeight: integer() | nil,
  imageWidth: integer() | nil,
  mime: String.t() | nil,
  near: number() | nil,
  units: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.