Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KnownFraudsterRisk

import type { KnownFraudsterRisk } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";

Contains details produced as a result of performing known fraudster risk analysis on a speaker.

interface KnownFraudsterRisk {
GeneratedFraudsterId?: string | null;
RiskScore: number;
}

§Properties

§
GeneratedFraudsterId?: string | null
[src]

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: number
[src]

The score indicating the likelihood the speaker is a known fraudster.