GoogleApi.Speech.V1.Connection.options-exclamation-mark

You're seeing just the function options-exclamation-mark, go back to GoogleApi.Speech.V1.Connection module for more information.
Link to this function

options!(client, url, opts)

View Source

Specs

Perform a OPTIONS request.

See request!/1 or request!/2 for options definition.

options!("/users")
options!("/users", query: [scope: "admin"])
options!(client, "/users")
options!(client, "/users", query: [scope: "admin"])
options!(client, "/users", body: %{name: "Jon"})