| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentConfig |
EnrollmentConfig.clone() |
EnrollmentConfig |
SpeakerEnrollmentJob.getEnrollmentConfig()
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
EnrollmentConfig |
StartSpeakerEnrollmentJobRequest.getEnrollmentConfig()
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.
|
EnrollmentConfig |
EnrollmentConfig.withExistingEnrollmentAction(ExistingEnrollmentAction existingEnrollmentAction)
The action to take when the specified speaker is already enrolled in the specified domain.
|
EnrollmentConfig |
EnrollmentConfig.withExistingEnrollmentAction(String existingEnrollmentAction)
The action to take when the specified speaker is already enrolled in the specified domain.
|
EnrollmentConfig |
EnrollmentConfig.withFraudDetectionConfig(EnrollmentJobFraudDetectionConfig fraudDetectionConfig)
The fraud detection configuration to use for the speaker enrollment job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeakerEnrollmentJob.setEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
void |
StartSpeakerEnrollmentJobRequest.setEnrollmentConfig(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.
|
SpeakerEnrollmentJob |
SpeakerEnrollmentJob.withEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
StartSpeakerEnrollmentJobRequest |
StartSpeakerEnrollmentJobRequest.withEnrollmentConfig(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.
|
Copyright © 2022. All rights reserved.