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

StartSpeakerEnrollmentJobRequest

import type { StartSpeakerEnrollmentJobRequest } from "https://aws-api.deno.dev/v0.3/services/voiceid.ts?docs=full";
interface StartSpeakerEnrollmentJobRequest {
ClientToken?: string | null;
DataAccessRoleArn: string;
DomainId: string;
EnrollmentConfig?: EnrollmentConfig | null;
InputDataConfig: InputDataConfig;
JobName?: string | null;
OutputDataConfig: OutputDataConfig;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK populates this field.

§
DataAccessRoleArn: string
[src]

The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the job output file. Refer to Batch enrollment using audio data from prior calls documentation for the permissions needed in this role.

§
DomainId: string
[src]

The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.

§
EnrollmentConfig?: EnrollmentConfig | null
[src]

The enrollment config that contains details such as the action to take when a speaker is already enrolled in the Voice ID system or when a speaker is identified as a fraudster.

§
InputDataConfig: InputDataConfig
[src]

The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.

§
JobName?: string | null
[src]

A name for your speaker enrollment job.

§
OutputDataConfig: OutputDataConfig
[src]

The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS Key ID to encrypt the file.