AssistantApiSpeechCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSpeechCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

DEPRECATED These capabilities are associated with speech detection on devices.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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