| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static EnrollmentJobFraudDetectionConfig.Builder |
EnrollmentJobFraudDetectionConfig.builder() |
EnrollmentJobFraudDetectionConfig.Builder |
EnrollmentJobFraudDetectionConfig.Builder.fraudDetectionAction(FraudDetectionAction fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
EnrollmentJobFraudDetectionConfig.Builder |
EnrollmentJobFraudDetectionConfig.Builder.fraudDetectionAction(String fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
EnrollmentJobFraudDetectionConfig.Builder |
EnrollmentJobFraudDetectionConfig.Builder.riskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a high risk to be fraudulent.
|
EnrollmentJobFraudDetectionConfig.Builder |
EnrollmentJobFraudDetectionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnrollmentJobFraudDetectionConfig.Builder> |
EnrollmentJobFraudDetectionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EnrollmentConfig.Builder |
EnrollmentConfig.Builder.fraudDetectionConfig(Consumer<EnrollmentJobFraudDetectionConfig.Builder> fraudDetectionConfig)
The fraud detection configuration to use for the speaker enrollment job.
|
Copyright © 2023. All rights reserved.