Current section
Files
Jump to
Current section
Files
lib/speech_event.ex
defmodule ExGoogleSTT.SpeechEvent do
@moduledoc false
defstruct [:event]
@type t :: %__MODULE__{
event: atom()
}
end