Builder
Properties
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.
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the FraudDetectionConfig
to use.
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.
The input data config containing an S3 URI for the input manifest file that contains the list of speaker enrollment job requests.
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.
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.
Functions
construct an aws.sdk.kotlin.services.voiceid.model.EnrollmentConfig inside the given block
construct an aws.sdk.kotlin.services.voiceid.model.FailureDetails inside the given block
construct an aws.sdk.kotlin.services.voiceid.model.InputDataConfig inside the given block
construct an aws.sdk.kotlin.services.voiceid.model.JobProgress inside the given block
construct an aws.sdk.kotlin.services.voiceid.model.OutputDataConfig inside the given block