google_api_speech v0.21.0 GoogleApi.Speech.V1.Model.RecognizeRequest View Source

The top-level message sent by the client for the Recognize method.

Attributes

  • audio (type: GoogleApi.Speech.V1.Model.RecognitionAudio.t, default: nil) - Required. The audio data to be recognized.
  • config (type: GoogleApi.Speech.V1.Model.RecognitionConfig.t, default: nil) - Required. Provides information to the recognizer that specifies how to process the request.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Speech.V1.Model.RecognizeRequest{
  audio: GoogleApi.Speech.V1.Model.RecognitionAudio.t(),
  config: GoogleApi.Speech.V1.Model.RecognitionConfig.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.