Values.SourceContentDataDetailsSourceDetails about the source content data.
type nonrec t = {id : Uuid.t option;The identifier of the source content.
*)type_ : SourceContentType.t option;The type of the source content.
*)textData : TextData.t option;Details about the source content text data.
*)rankingData : RankingData.t option;Details about the source content ranking data.
*)citationSpan : CitationSpan.t option;Contains information about where the text with a citation begins and ends in the generated output.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Uuid.t
| `Structure of
(string
* [> `Double of RelevanceScore.t
| `Enum of string
| `Integer of CitationSpanOffset.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Integer of HighlightOffset.t ])
list ]
list
| `String of SensitiveString.t ])
list ])
list ])
list ]