voiceid_start_speaker_enrollment_job: Starts a new batch speaker enrollment job using specified...

View source: R/voiceid_operations.R

voiceid_start_speaker_enrollment_jobR Documentation

Starts a new batch speaker enrollment job using specified details

Description

Starts a new batch speaker enrollment job using specified details.

See https://www.paws-r-sdk.com/docs/voiceid_start_speaker_enrollment_job/ for full documentation.

Usage

voiceid_start_speaker_enrollment_job(
  ClientToken = NULL,
  DataAccessRoleArn,
  DomainId,
  EnrollmentConfig = NULL,
  InputDataConfig,
  JobName = NULL,
  OutputDataConfig
)

Arguments

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

DataAccessRoleArn

[required] 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 for the permissions needed in this role.

DomainId

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

EnrollmentConfig

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

InputDataConfig

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

JobName

A name for your speaker enrollment job.

OutputDataConfig

[required] 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.