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

DEPRECATED These capabilities are associated with speech detection on devices.

Attributes

  • dspAvailable (type: boolean(), default: nil) - A bool indicating whether device supports dsp based hotword detection.
  • unlockWithHotwordAvailable (type: boolean(), default: nil) - A bool indicating whether device supports unlocking device with hotword.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSpeechCapabilities{
  dspAvailable: boolean() | nil,
  unlockWithHotwordAvailable: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.