Values.ParsedQueryComponentSourceParsed components in the provided QueryText.
type nonrec t = {startIndex : ParsedQueryComponentStartIndexInteger.t option;Start index of the parsed query component.
*)endIndex : ParsedQueryComponentEndIndexInteger.t option;End index of the parsed query component.
*)value : ParsedQueryComponentValueString.t option;Value of the parsed query component.
*)queryComponent : ParsedQueryComponentQueryComponentString.t option;The address component that the parsed query component corresponds to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ParsedQueryComponentStartIndexInteger.t
| `String of ParsedQueryComponentValueString.t ])
list ]