Module Values.FraudRiskDetailsSource

Details regarding various fraud risk analyses performed against the current session state and streamed audio of the speaker.

Sourcetype nonrec t = {
  1. knownFraudsterRisk : KnownFraudsterRisk.t option;
    (*

    The details resulting from 'Known Fraudster Risk' analysis of the speaker.

    *)
  2. voiceSpoofingRisk : VoiceSpoofingRisk.t option;
    (*

    The details resulting from 'Voice Spoofing Risk' analysis of the speaker.

    *)
}
Sourceval make : ?knownFraudsterRisk:??? -> ?voiceSpoofingRisk:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Score.t | `String of GeneratedFraudsterId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t