Values.RankingDataSourceDetails about the source content ranking data.
type nonrec t = {relevanceScore : RelevanceScore.t option;The relevance level of the recommendation.
*)relevanceLevel : RelevanceLevel.t option;The relevance score of the content.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of RelevanceScore.t | `Enum of string ]) list ]