| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentJobFraudDetectionConfig |
EnrollmentJobFraudDetectionConfig.clone() |
EnrollmentJobFraudDetectionConfig |
EnrollmentConfig.getFraudDetectionConfig()
The fraud detection configuration to use for the speaker enrollment job.
|
EnrollmentJobFraudDetectionConfig |
EnrollmentJobFraudDetectionConfig.withFraudDetectionAction(FraudDetectionAction fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
EnrollmentJobFraudDetectionConfig |
EnrollmentJobFraudDetectionConfig.withFraudDetectionAction(String fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
EnrollmentJobFraudDetectionConfig |
EnrollmentJobFraudDetectionConfig.withRiskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a high risk to be fraudulent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnrollmentConfig.setFraudDetectionConfig(EnrollmentJobFraudDetectionConfig fraudDetectionConfig)
The fraud detection configuration to use for the speaker enrollment job.
|
EnrollmentConfig |
EnrollmentConfig.withFraudDetectionConfig(EnrollmentJobFraudDetectionConfig fraudDetectionConfig)
The fraud detection configuration to use for the speaker enrollment job.
|
Copyright © 2021. All rights reserved.