Values.DocumentPageLocationSourceSpecifies a page-level location within a document, providing positioning information for cited content using page numbers.
type nonrec t = {documentIndex : DocumentPageLocationDocumentIndexInteger.t option;The index of the document within the array of documents provided in the request.
*)start : DocumentPageLocationStartInteger.t option;The starting page number of the cited content within the document.
*)end_ : DocumentPageLocationEndInteger.t option;The ending page number of the cited content within the document.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DocumentPageLocationDocumentIndexInteger.t ])
list ]