Uses of Class
software.amazon.awssdk.services.voiceid.model.EnrollmentConfig
-
Packages that use EnrollmentConfig Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of EnrollmentConfig in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return EnrollmentConfig Modifier and Type Method Description EnrollmentConfigSpeakerEnrollmentJob. enrollmentConfig()The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and theFraudDetectionConfigto use.EnrollmentConfigStartSpeakerEnrollmentJobRequest. 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.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type EnrollmentConfig Modifier and Type Method Description SpeakerEnrollmentJob.BuilderSpeakerEnrollmentJob.Builder. enrollmentConfig(EnrollmentConfig enrollmentConfig)The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and theFraudDetectionConfigto use.StartSpeakerEnrollmentJobRequest.BuilderStartSpeakerEnrollmentJobRequest.Builder. enrollmentConfig(EnrollmentConfig 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.
-