Values.KnownFraudsterRiskSourceContains details produced as a result of performing known fraudster risk analysis on a speaker.
type nonrec t = {generatedFraudsterId : GeneratedFraudsterId.t option;The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is null.
*)riskScore : Score.t option;The score indicating the likelihood the speaker is a known fraudster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Score.t | `String of GeneratedFraudsterId.t ])
list ]