GoogleApi.Speech.V1.Connection.head

You're seeing just the function head, go back to GoogleApi.Speech.V1.Connection module for more information.

Specs

Perform a HEAD request.

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

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