AssistantApiAudioOutput

GoogleApi.ContentWarehouse.V1.Model.AssistantApiAudioOutput


Table of Contents ▼

Jump to a specific part of the page:

Description

These capabilities represent the audio output features associated with the device. This includes what kind of audio output the device can handle, and what the privacy circumstances of that output are.

Attributes List

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

View Attributes

Attributes

  1. alwaysOnSpeaker (type: String.t, default: nil)
    -
  2. environment (type: String.t, default: nil)
    -
  3. mediaTtsMixable (type: String.t, default: nil)
    -
  4. quality (type: String.t, default: nil)
    -
  5. volumeProperties (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiVolumeProperties, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiAudioOutput{
alwaysOnSpeaker: String.t() | nil,
environment: String.t() | nil,
mediaTtsMixable: String.t() | nil,
quality: String.t() | nil,
volumeProperties: GoogleApi.ContentWarehouse.V1.Model.AssistantApiVolumeProperties.t() | nil
}

Function

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

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