Uses of Interface
software.amazon.awssdk.services.voiceid.model.EnrollmentConfig.Builder
-
Packages that use EnrollmentConfig.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of EnrollmentConfig.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return EnrollmentConfig.Builder Modifier and Type Method Description static EnrollmentConfig.BuilderEnrollmentConfig. builder()EnrollmentConfig.BuilderEnrollmentConfig.Builder. existingEnrollmentAction(String existingEnrollmentAction)The action to take when the specified speaker is already enrolled in the specified domain.EnrollmentConfig.BuilderEnrollmentConfig.Builder. existingEnrollmentAction(ExistingEnrollmentAction existingEnrollmentAction)The action to take when the specified speaker is already enrolled in the specified domain.default EnrollmentConfig.BuilderEnrollmentConfig.Builder. fraudDetectionConfig(Consumer<EnrollmentJobFraudDetectionConfig.Builder> fraudDetectionConfig)The fraud detection configuration to use for the speaker enrollment job.EnrollmentConfig.BuilderEnrollmentConfig.Builder. fraudDetectionConfig(EnrollmentJobFraudDetectionConfig fraudDetectionConfig)The fraud detection configuration to use for the speaker enrollment job.EnrollmentConfig.BuilderEnrollmentConfig. toBuilder()Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type EnrollmentConfig.Builder Modifier and Type Method Description static Class<? extends EnrollmentConfig.Builder>EnrollmentConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type EnrollmentConfig.Builder Modifier and Type Method Description default SpeakerEnrollmentJob.BuilderSpeakerEnrollmentJob.Builder. enrollmentConfig(Consumer<EnrollmentConfig.Builder> enrollmentConfig)The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and theFraudDetectionConfigto use.default StartSpeakerEnrollmentJobRequest.BuilderStartSpeakerEnrollmentJobRequest.Builder. enrollmentConfig(Consumer<EnrollmentConfig.Builder> 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.
-