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

FraudRiskDetails

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

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

interface FraudRiskDetails {
KnownFraudsterRisk: KnownFraudsterRisk;
VoiceSpoofingRisk: VoiceSpoofingRisk;
}

§Properties

§
KnownFraudsterRisk: KnownFraudsterRisk
[src]

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

§
VoiceSpoofingRisk: VoiceSpoofingRisk
[src]

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