View Source ExAzureSpeech.SpeechToText.Responses.PrimaryLanguage (ex_azure_speech v0.2.2)

Represents the primary language of the speech.

Summary

Types

@type t() :: %ExAzureSpeech.SpeechToText.Responses.PrimaryLanguage{
  confidence: String.t(),
  language: String.t()
}