View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiCameraCapabilities (google_api_content_warehouse v0.4.0)

These capabilities represent the camera features associated with the device.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.