| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static EnrollmentConfig.Builder |
EnrollmentConfig.builder() |
EnrollmentConfig.Builder |
EnrollmentConfig.Builder.existingEnrollmentAction(ExistingEnrollmentAction existingEnrollmentAction)
The action to take when the specified speaker is already enrolled in the specified domain.
|
EnrollmentConfig.Builder |
EnrollmentConfig.Builder.existingEnrollmentAction(String existingEnrollmentAction)
The action to take when the specified speaker is already enrolled in the specified domain.
|
default EnrollmentConfig.Builder |
EnrollmentConfig.Builder.fraudDetectionConfig(Consumer<EnrollmentJobFraudDetectionConfig.Builder> fraudDetectionConfig)
The fraud detection configuration to use for the speaker enrollment job.
|
EnrollmentConfig.Builder |
EnrollmentConfig.Builder.fraudDetectionConfig(EnrollmentJobFraudDetectionConfig fraudDetectionConfig)
The fraud detection configuration to use for the speaker enrollment job.
|
EnrollmentConfig.Builder |
EnrollmentConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnrollmentConfig.Builder> |
EnrollmentConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SpeakerEnrollmentJob.Builder |
SpeakerEnrollmentJob.Builder.enrollmentConfig(Consumer<EnrollmentConfig.Builder> enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
default StartSpeakerEnrollmentJobRequest.Builder |
StartSpeakerEnrollmentJobRequest.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.
|
Copyright © 2023. All rights reserved.