AssistantApiSodaCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSodaCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

Capabilities related to SODA (Speech On-Device API). Next ID: 5

Attributes List

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

View Attributes

Attributes

  1. supportsHotwordSensitivity (type: boolean(), default: nil)
    - Whether the device supports different levels of hotword sensitivity. go/hotword-sensitivity-prd
  2. supportsSimpleStop (type: boolean(), default: nil)
    - Whether Simple Stop (go/simple-stop) is enabled on the device. Simple stop allows users to stop firing alarms and timers by just saying "stop" without first saying the hotword.
  3. supportsSpeakerId (type: boolean(), default: nil)
    - Whether the device supports speaker-id (speaker identification based on hotword and/or spoken query - go/speaker-id). Note: there are existing devices that support speaker-id but does not have this capability set. Not having this field populated doesn't necessarily mean the device doesn't support speaker-id.
  4. supportsWarmWords (type: boolean(), default: nil)
    - Whether the device supports WarmWords (go/warm-words-framework).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSodaCapabilities{
supportsHotwordSensitivity: boolean() | nil,
supportsSimpleStop: boolean() | nil,
supportsSpeakerId: boolean() | nil,
supportsWarmWords: boolean() | nil
}

Function

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

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