google_api_speech v0.2.0 GoogleApi.Speech.V1.Model.LongRunningRecognizeResponse View Source

The only message returned to the client by the `LongRunningRecognize` method. It contains the result as zero or more sequential `SpeechRecognitionResult` messages. It is included in the `result.response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.

Attributes

  • results ([SpeechRecognitionResult]): Output only. Sequential list of transcription results corresponding to sequential portions of audio. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Speech.V1.Model.LongRunningRecognizeResponse{
  results: [GoogleApi.Speech.V1.Model.SpeechRecognitionResult.t()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.