AppsPeopleOzExternalMergedpeopleapiCoverPhoto

AI Overview😉

  • Potential purpose of module: This module appears to be related to processing and storing information about cover photos on Google+ profiles. It extracts and organizes metadata about the cover photo, such as its dimensions, URL, and animation status.
  • Impact on search results: This module could impact search results by influencing how Google+ profiles are indexed and ranked. It may prioritize profiles with high-quality, relevant, or engaging cover photos, which could improve the user experience and increase engagement. Conversely, profiles with low-quality or irrelevant cover photos might be demoted in search results.
  • Optimization for this function: To be more favorable for this function, a website or Google+ profile could ensure that their cover photo is: high-resolution, relevant to the profile's content, and optimized for various devices and screen sizes. Additionally, using descriptive and keyword-rich metadata for the cover photo could improve its discoverability and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

CoverPhoto is the long banner photo (also called full bleed photo) at the top of G+ profile page.

Attributes

  • imageHeight (type: integer(), default: nil) -
  • imageId (type: String.t, default: nil) -
  • imageUrl (type: String.t, default: nil) -
  • imageWidth (type: integer(), default: nil) -
  • isAnimated (type: boolean(), default: nil) -
  • isDefault (type: boolean(), default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiCoverPhoto{
    imageHeight: integer() | nil,
    imageId: String.t() | nil,
    imageUrl: String.t() | nil,
    imageWidth: integer() | nil,
    isAnimated: boolean() | nil,
    isDefault: boolean() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.