View Source GoogleApi.Speech.V1.Model.SpeechAdaptationInfo (google_api_speech v0.28.0)

Information on speech adaptation use in results

Attributes

  • adaptationTimeout (type: boolean(), default: nil) - Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
  • timeoutMessage (type: String.t, default: nil) - If set, returns a message specifying which part of the speech adaptation request timed out.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Speech.V1.Model.SpeechAdaptationInfo{
  adaptationTimeout: boolean() | nil,
  timeoutMessage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.