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

SpeakerEnrollmentJob

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

Contains all the information about a speaker enrollment job.

interface SpeakerEnrollmentJob {
CreatedAt?: Date | number | null;
DataAccessRoleArn?: string | null;
DomainId?: string | null;
EndedAt?: Date | number | null;
EnrollmentConfig?: EnrollmentConfig | null;
FailureDetails?: FailureDetails | null;
InputDataConfig?: InputDataConfig | null;
JobId?: string | null;
JobName?: string | null;
JobProgress?: JobProgress | null;
JobStatus?: SpeakerEnrollmentJobStatus | null;
OutputDataConfig?: OutputDataConfig | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

A timestamp showing the creation of the speaker enrollment job.

§
DataAccessRoleArn?: string | null
[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.

§
DomainId?: string | null
[src]

The identifier of the domain that contains the speaker enrollment job.

§
EndedAt?: Date | number | null
[src]

A timestamp showing when the speaker enrollment job ended.

§
EnrollmentConfig?: EnrollmentConfig | null
[src]

The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the FraudDetectionConfig to use.

§
FailureDetails?: FailureDetails | null
[src]

Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.

§
InputDataConfig?: InputDataConfig | null
[src]

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

§
JobId?: string | null
[src]

The service-generated identifier for the speaker enrollment job.

§
JobName?: string | null
[src]

The client-provided name for the speaker enrollment job.

§
JobProgress?: JobProgress | null
[src]

Provides details on job progress. This field shows the completed percentage of registration requests listed in the input file.

§

The current status of the speaker enrollment job.

§
OutputDataConfig?: OutputDataConfig | null
[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.