Values.FraudRiskDetailsSourceDetails regarding various fraud risk analyses performed against the current session state and streamed audio of the speaker.
type nonrec t = {knownFraudsterRisk : KnownFraudsterRisk.t option;The details resulting from 'Known Fraudster Risk' analysis of the speaker.
*)voiceSpoofingRisk : VoiceSpoofingRisk.t option;The details resulting from 'Voice Spoofing Risk' analysis of the speaker.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Score.t | `String of GeneratedFraudsterId.t ])
list ])
list ]