Values.ResultDataSourceInformation about the result.
type nonrec t = {document : Document.t option;The document.
*)relevanceScore : RelevanceScore.t option;The relevance score of the results.
*)resultId : Uuid.t option;The identifier of the result data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RelevanceScore.t
| `String of Uuid.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Integer of HighlightOffset.t ])
list ]
list
| `String of Arn.t ])
list ])
list ])
list ]