Google Cloud Speech gRPC API v0.4.0 Google.Cloud.Speech.V1.StreamingRecognizeResponse View Source

Auto-generated from googleapis/google/cloud/speech/v1/cloud_speech.proto

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Google.Cloud.Speech.V1.StreamingRecognizeResponse{
  error: Google.Rpc.Status.t() | nil,
  results: [Google.Cloud.Speech.V1.StreamingRecognitionResult.t()],
  speech_event_type: atom() | integer()
}

Link to this section Functions