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

FraudDetectionConfiguration

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

The configuration used for performing fraud detection over a speaker during a session.

interface FraudDetectionConfiguration {
RiskThreshold: number;
}

§Properties

§
RiskThreshold: number
[src]

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.