View Source GoogleApi.TextToSpeech.V1beta1.Model.InputAudioConfig (google_api_text_to_speech v0.18.0)

Description of inputted audio data.

Attributes

  • audioEncoding (type: String.t, default: nil) - Required. The format of the audio byte stream.
  • sampleRateHertz (type: integer(), default: nil) - Required. The sample rate (in hertz) for this audio.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.InputAudioConfig{
  audioEncoding: String.t() | nil,
  sampleRateHertz: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.