Module Values.VoiceSpoofingRiskSource

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

Sourcetype nonrec t = {
  1. riskScore : Score.t option;
    (*

    The score indicating the likelihood of speaker’s voice being spoofed.

    *)
}
Sourceval make : ?riskScore:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Score.t ]) 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