View Source ExAzureSpeech.TextToSpeech.Responses.AudioMetadata (ex_azure_speech v0.2.2)
Represents metadata responses from the Azure Text to Speech service.
Summary
Types
@type session_end() :: %{offset: integer()}
@type t() :: %ExAzureSpeech.TextToSpeech.Responses.AudioMetadata{ metadata: [ %{ type: String.t(), data: viseme() | word_boundary() | sentence_boundary() | session_end() } ] }