Values.AddressComponentPhonemesSourceHow to pronounce the various components of the address or place.
type nonrec t = {country : PhonemeTranscriptionList.t option;The alpha-2 or alpha-3 character code for the country that the results will be present in.
*)region : PhonemeTranscriptionList.t option;How to pronounce the region or state results should be to be present in.
*)subRegion : PhonemeTranscriptionList.t option;How to pronounce the sub-region or county for which results should be present in.
*)locality : PhonemeTranscriptionList.t option;How to pronounce the city or locality results should be present in. Example: Vancouver.
*)district : PhonemeTranscriptionList.t option;How to pronounce the district or division of a city results should be present in.
*)subDistrict : PhonemeTranscriptionList.t option;How to pronounce the sub-district or division of a city results should be present in.
*)block : PhonemeTranscriptionList.t option;How to pronounce the name of the block.
*)subBlock : PhonemeTranscriptionList.t option;How to pronounce the name of the sub-block.
*)street : PhonemeTranscriptionList.t option;How to pronounce the name of the street results should be present in.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `String of PhonemeTranscriptionValueString.t ])
list ]
list ])
list ]