class Aws::VoiceID::Types::EnrollmentConfig
Contains configurations defining enrollment behavior for the batch job.
@note When making an API call, you may pass EnrollmentConfig
data as a hash: { existing_enrollment_action: "SKIP", # accepts SKIP, OVERWRITE fraud_detection_config: { fraud_detection_action: "IGNORE", # accepts IGNORE, FAIL risk_threshold: 1, }, }
@!attribute [rw] existing_enrollment_action
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. @return [String]
@!attribute [rw] fraud_detection_config
The fraud detection configuration to use for the speaker enrollment job. @return [Types::EnrollmentJobFraudDetectionConfig]
@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/EnrollmentConfig AWS API Documentation
Constants
- SENSITIVE