View Source ExAzureSpeech.SpeechToText.Messages.SpeechContextMessage (ex_azure_speech v0.2.2)
Message used to set the context of the speech to text service, such as if prosody accessment is enabled or not.
Path: speech.context
Content-Type: application/json
MessageType: text
Summary
Types
@type t() :: %ExAzureSpeech.SpeechToText.Messages.SpeechContextMessage{payload: map()}
Functions
@spec new(ExAzureSpeech.SpeechToText.SpeechContextConfig.t()) :: t()
Create a new SpeechContextMessage with the given configuration options.