View Source ExAzureSpeech.Common.HeaderNames (ex_azure_speech v0.1.0)
Common header names used in the Azure Cognitive Services API
Summary
Functions
The API Key for the Azure Cognitive Services
Authorizarion Bearer token
Header that identifies the websocket connection
Header that identifies the content type of the request for the websocket
Path for the internal websocket request dispatcher
Unique identifier for the group of requests in a websocket connection
Functions
@spec auth_key() :: String.t()
The API Key for the Azure Cognitive Services
@spec authorization() :: String.t()
Authorizarion Bearer token
@spec connection_id() :: String.t()
Header that identifies the websocket connection
@spec content_type() :: String.t()
Header that identifies the content type of the request for the websocket
@spec custom_commands_app_id() :: String.t()
@spec path() :: String.t()
Path for the internal websocket request dispatcher
@spec request_id() :: String.t()
Unique identifier for the group of requests in a websocket connection
@spec request_stream_id() :: String.t()
@spec request_timestamp() :: String.t()
@spec sp_id_auth_key() :: String.t()