Values.PhonemeTranscriptionSourceHow to pronounce the various components of the address or place.
type nonrec t = {value : PhonemeTranscriptionValueString.t option;Value which indicates how to pronounce the value.
*)language : LanguageTag.t option;A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
*)preferred : SensitiveBoolean.t option;Boolean which indicates if it the preferred pronunciation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `String of PhonemeTranscriptionValueString.t ])
list ]