Packages

Elixir client for Google Cloud Speech-to-Text API using gRPC

Current section

Files

Jump to
gcloud_speech_grpc lib google protobuf empty.pb.ex
Raw

lib/google/protobuf/empty.pb.ex

defmodule Google.Protobuf.Empty do
@moduledoc "Auto-generated from `googleapis/google/protobuf/empty.proto`"
use Protobuf, syntax: :proto3
@type t :: %__MODULE__{}
defstruct []
end