public static interface EnrollmentJobFraudDetectionConfig.Builder extends SdkPojo, CopyableBuilder<EnrollmentJobFraudDetectionConfig.Builder,EnrollmentJobFraudDetectionConfig>
| Modifier and Type | Method and Description |
|---|---|
EnrollmentJobFraudDetectionConfig.Builder |
fraudDetectionAction(FraudDetectionAction fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
EnrollmentJobFraudDetectionConfig.Builder |
fraudDetectionAction(String fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
EnrollmentJobFraudDetectionConfig.Builder |
riskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a high risk to be fraudulent.
|
EnrollmentJobFraudDetectionConfig.Builder |
watchlistIds(Collection<String> watchlistIds)
The identifier of watchlists against which fraud detection is performed.
|
EnrollmentJobFraudDetectionConfig.Builder |
watchlistIds(String... watchlistIds)
The identifier of watchlists against which fraud detection is performed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnrollmentJobFraudDetectionConfig.Builder fraudDetectionAction(String fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system. The default value is
FAIL, which fails the speaker enrollment. Changing this value to IGNORE results in
the speaker being enrolled even if they are flagged by the fraud detection system.
fraudDetectionAction - The action to take when the given speaker is flagged by the fraud detection system. The default value
is FAIL, which fails the speaker enrollment. Changing this value to IGNORE
results in the speaker being enrolled even if they are flagged by the fraud detection system.FraudDetectionAction,
FraudDetectionActionEnrollmentJobFraudDetectionConfig.Builder fraudDetectionAction(FraudDetectionAction fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system. The default value is
FAIL, which fails the speaker enrollment. Changing this value to IGNORE results in
the speaker being enrolled even if they are flagged by the fraud detection system.
fraudDetectionAction - The action to take when the given speaker is flagged by the fraud detection system. The default value
is FAIL, which fails the speaker enrollment. Changing this value to IGNORE
results in the speaker being enrolled even if they are flagged by the fraud detection system.FraudDetectionAction,
FraudDetectionActionEnrollmentJobFraudDetectionConfig.Builder riskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a high risk to be fraudulent. If the detected risk score calculated by Voice ID is greater than or equal to the threshold, the speaker is considered a fraudster.
riskThreshold - Threshold value for determining whether the speaker is a high risk to be fraudulent. If the detected
risk score calculated by Voice ID is greater than or equal to the threshold, the speaker is considered
a fraudster.EnrollmentJobFraudDetectionConfig.Builder watchlistIds(Collection<String> watchlistIds)
The identifier of watchlists against which fraud detection is performed.
watchlistIds - The identifier of watchlists against which fraud detection is performed.EnrollmentJobFraudDetectionConfig.Builder watchlistIds(String... watchlistIds)
The identifier of watchlists against which fraud detection is performed.
watchlistIds - The identifier of watchlists against which fraud detection is performed.Copyright © 2023. All rights reserved.