Values.FraudDetectionConfigurationSourceThe configuration used for performing fraud detection over a speaker during a session.
type nonrec t = {riskThreshold : Score.t option;Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
*)watchlistId : WatchlistId.t option;The identifier of the watchlist against which fraud detection is performed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Score.t | `String of WatchlistId.t ]) list ]