View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCameraReceiverCapabilities{
    hasLimitedCameraStreamCapability: boolean() | nil,
    supportedCameraReceivers:
      [GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCastAppInfo.t()]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.