Values.LanguageCodeItemSourceProvides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.
type nonrec t = {languageCode : LanguageCode.t option;Provides the language code for each language identified in your media.
*)durationInSeconds : DurationInSeconds.t option;Provides the total time, in seconds, each identified language is spoken in your media.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Float of DurationInSeconds.t ]) list ]