AssistantApiCameraReceiverCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCameraReceiverCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiCameraReceiverCapabilities