AssistantApiCameraReceiverCapabilities

AI Overview😉

  • The potential purpose of this module is to determine the camera capabilities of a device, specifically whether it has limited camera stream capability and which camera receiver cast apps it supports. This information can be used to optimize the search results for devices with specific camera capabilities.
  • This module could impact search results by prioritizing or filtering results based on the device's camera capabilities. For example, if a user searches for "camera apps" on a device with limited camera stream capability, the search results may prioritize apps that are compatible with the device's camera capabilities.
  • A website may change things to be more favorable for this function by providing clear information about the camera capabilities required for their app or service, and ensuring that their app is compatible with a wide range of camera capabilities. Additionally, they may want to optimize their app's description and metadata to include relevant keywords related to camera capabilities, to increase the chances of being included in search results for devices with specific camera capabilities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

These capabilities present the capability of the device running camera receiver apps.

Attributes

  • hasLimitedCameraStreamCapability (type: boolean(), default: nil) - Whether the device has limited camera stream capability. If true, check supported_camera_receivers for detailed supported cameras.
  • supportedCameraReceivers (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCastAppInfo.t), default: nil) - The camera receiver cast apps the device supports. Only used if has_limited_camera_stream_capability is true.

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.AssistantApiCameraReceiverCapabilities{
    hasLimitedCameraStreamCapability: boolean() | nil,
    supportedCameraReceivers:
      [GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCastAppInfo.t()]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.