OceanVolumeDisplayDetails

AI Overview😉

  • The potential purpose of this module is to store and display Creative Commons license information for online content, specifically for Ocean Volume Display Details. This module helps to identify and showcase the type of license associated with a particular piece of content, such as images or videos.
  • This module could impact search results by influencing how Google ranks and displays content with specific Creative Commons licenses. For instance, if a user searches for content with a particular license type, this module could help Google prioritize results that match the desired license. Additionally, it may affect how Google filters out content with incompatible licenses.
  • To be more favorable for this function, a website could ensure that it accurately specifies the Creative Commons license for its content, using the correct enum values from the ocean.CreativeCommonsLicenseType.Type. This would help Google's algorithm understand the licensing terms and display the content accordingly. Furthermore, websites could provide clear and machine-readable metadata about their content's licenses, making it easier for Google to crawl and index the information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message describes display attributes. The attributes which are applicable to OFE not indexing (mustang), should be added in this proto.

Attributes

  • ccLicense (type: integer(), default: nil) - The creative commons license specified, Please refer ocean.CreativeCommonsLicenseType.Type for enum values Not exposed in Partner Frontend anymore.

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.OceanVolumeDisplayDetails{
  ccLicense: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.