AssistantApiCameraCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCameraCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

These capabilities represent the camera features associated with the device.

Attributes List

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

View Attributes

Attributes

  1. faceMatchCapable (type: boolean(), default: nil)
    - Whether the device supports Face Match.
  2. hasCamera (type: boolean(), default: nil)
    - Whether the device has a camera.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCameraCapabilities{
faceMatchCapable: boolean() | nil,
hasCamera: boolean() | nil
}

Function

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

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