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

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

Attributes

  • environment (type: String.t, default: nil) -
  • quality (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiAudioInput{
  environment: String.t() | nil,
  quality: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.