Values.ParsedQuerySecondaryAddressComponentSourceInformation about a secondary address component parsed from the query text.
type nonrec t = {startIndex : ParsedQuerySecondaryAddressComponentStartIndexInteger.t option;Start index of the parsed secondary address component in the query text.
*)endIndex : ParsedQuerySecondaryAddressComponentEndIndexInteger.t option;End index of the parsed secondary address component in the query text.
*)value : ParsedQuerySecondaryAddressComponentValueString.t option;Value of the parsed secondary address component.
*)number : ParsedQuerySecondaryAddressComponentNumberString.t option;Secondary address number provided in the query.
*)designator : ParsedQuerySecondaryAddressComponentDesignatorString.t option;Secondary address designator provided in the query.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of
ParsedQuerySecondaryAddressComponentStartIndexInteger.t
| `String of ParsedQuerySecondaryAddressComponentValueString.t ])
list ]