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

EnrollmentConfig

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

Contains configurations defining enrollment behavior for the batch job.

interface EnrollmentConfig {
ExistingEnrollmentAction?: ExistingEnrollmentAction | null;
FraudDetectionConfig?: EnrollmentJobFraudDetectionConfig | null;
}

§Properties

§
ExistingEnrollmentAction?: ExistingEnrollmentAction | null
[src]

The action to take when the specified speaker is already enrolled in the specified domain. The default value is SKIP, which skips the enrollment for the existing speaker. Setting the value to OVERWRITE replaces the existing voice prints and enrollment audio stored for that speaker with new data generated from the latest audio.

§
FraudDetectionConfig?: EnrollmentJobFraudDetectionConfig | null
[src]

The fraud detection configuration to use for the speaker enrollment job.